X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftdb2%2Ftest%2Flogging.c;fp=ccan%2Ftdb2%2Ftest%2Flogging.c;h=a3ddb329bcdfa9a28f1ffce84bb528fea0c03f3a;hp=dfb332474a24b3eb462278685a19da2126f01abe;hb=007a7e4e8df8f43c61126599bcc582750cbf17fe;hpb=b8903ca2acfa193d6a1cf496ab25c26b06f22424 diff --git a/ccan/tdb2/test/logging.c b/ccan/tdb2/test/logging.c index dfb33247..a3ddb329 100644 --- a/ccan/tdb2/test/logging.c +++ b/ccan/tdb2/test/logging.c @@ -9,7 +9,7 @@ bool suppress_logging; union tdb_attribute tap_log_attr = { .log = { .base = { .attr = TDB_ATTRIBUTE_LOG }, - .log_fn = tap_log_fn } + .fn = tap_log_fn } }; void tap_log_fn(struct tdb_context *tdb,