]> git.ozlabs.org Git - ccan/blobdiff - ccan/tdb/tdb.c
Fix sequence logic bug, and satisfies() logic fix/cleanup.
[ccan] / ccan / tdb / tdb.c
index 50ff24a6e6ca4a44ca84a9b97c7ae3b37d440474..3acf05b96e15fdebc4ef893139a477907d293a30 100644 (file)
@@ -41,8 +41,6 @@ void tdb_increment_seqnum_nonblock(struct tdb_context *tdb)
                return;
        }
 
-       tdb_trace(tdb, "tdb_increment_seqnum_nonblock");
-
        /* we ignore errors from this, as we have no sane way of
           dealing with them.
        */