X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftdb%2Flock.c;h=117596a3f203814daa9e4611d96b1216de050643;hp=6809ce37d87513986cc54fab82251004379557cb;hb=83a1386b50966eb9667478c7cef9154dbd622541;hpb=a08f09dbdc69dafea90f8b67655e936cc6d2019a diff --git a/ccan/tdb/lock.c b/ccan/tdb/lock.c index 6809ce37..117596a3 100644 --- a/ccan/tdb/lock.c +++ b/ccan/tdb/lock.c @@ -500,7 +500,7 @@ int tdb_chainlock_unmark(struct tdb_context *tdb, TDB_DATA key) int tdb_chainunlock(struct tdb_context *tdb, TDB_DATA key) { - tdb_trace_1rec(tdb, "tdb_chainlock", key); + tdb_trace_1rec(tdb, "tdb_chainunlock", key); return tdb_unlock(tdb, BUCKET(tdb->hash_fn(&key)), F_WRLCK); }