r15494: Fix debug statement
authorVolker Lendecke <vlendec@samba.org>
Sun, 7 May 2006 17:11:40 +0000 (17:11 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:16:54 +0000 (11:16 -0500)
(This used to be commit 8cdfe404ef095901bf1d87fb80b3252eca49c8df)

source3/lib/substitute.c

index bfe7dc814caf66d009a667f2f76e5fde65f45aae..ff9deb8a5f0a8d5a150341918c69fe89bba3db2f 100644 (file)
@@ -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;
        }