mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
gencache: unify a DEBUG message in gencache_iterate_fn()
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
ddf2aa3340
commit
56ee82e8a0
@ -857,7 +857,7 @@ static void gencache_iterate_fn(const char *key, DATA_BLOB value,
|
||||
}
|
||||
|
||||
DEBUG(10, ("Calling function with arguments "
|
||||
"(key = %s, value = %s, timeout = %s)\n",
|
||||
"(key=[%s], value=[%s], timeout=[%s])\n",
|
||||
key, valstr, ctime(&timeout)));
|
||||
|
||||
state->fn(key, valstr, timeout, state->private_data);
|
||||
|
Loading…
Reference in New Issue
Block a user