summaryrefslogtreecommitdiff
path: root/source3/libsmb/conncache.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/libsmb/conncache.c')
-rw-r--r--source3/libsmb/conncache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/conncache.c b/source3/libsmb/conncache.c
index 601c477960..b3086e9029 100644
--- a/source3/libsmb/conncache.c
+++ b/source3/libsmb/conncache.c
@@ -108,7 +108,7 @@ static NTSTATUS negative_conn_cache_valuedecode(const char *value)
return NT_STATUS_INTERNAL_ERROR;
}
if (sscanf(value, "%x", &v) != 1) {
- DEBUG(0, ("negative_conn_cache_valuestr: unable to parse "
+ DEBUG(0, ("negative_conn_cache_valuedecode: unable to parse "
"value field '%s'\n", value));
}
return NT_STATUS(v);