summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/lib/gencache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/gencache.c b/source3/lib/gencache.c
index 7f5fbad267..237faf9d3d 100644
--- a/source3/lib/gencache.c
+++ b/source3/lib/gencache.c
@@ -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);