diff options
-rw-r--r-- | source3/libsmb/conncache.c | 2 |
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); |