mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
gencache: unify a DEBUG message in gencache_iterate_blobs_fn()
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
7e36b1b8cb
commit
ddf2aa3340
@ -786,7 +786,8 @@ static int gencache_iterate_blobs_fn(struct tdb_context *tdb, TDB_DATA key,
|
||||
goto done;
|
||||
}
|
||||
|
||||
DEBUG(10, ("Calling function with arguments (key=%s, timeout=%s)\n",
|
||||
DEBUG(10, ("Calling function with arguments "
|
||||
"(key=[%s], timeout=[%s])\n",
|
||||
keystr, ctime(&timeout)));
|
||||
|
||||
state->fn(keystr,
|
||||
|
Loading…
Reference in New Issue
Block a user