diff options
-rw-r--r-- | source3/lib/substitute.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/substitute.c b/source3/lib/substitute.c index bfe7dc814c..ff9deb8a5f 100644 --- a/source3/lib/substitute.c +++ b/source3/lib/substitute.c @@ -687,7 +687,7 @@ char *alloc_sub_advanced(int snum, const char *user, a_string = SMB_STRDUP(str); if (a_string == NULL) { - DEBUG(0, ("alloc_sub_specified: Out of memory!\n")); + DEBUG(0, ("alloc_sub_advanced: Out of memory!\n")); return NULL; } |