From 194a523ab898b6368801ee7b1ac43598c05b7ec8 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 7 May 2006 17:11:40 +0000 Subject: r15494: Fix debug statement (This used to be commit 8cdfe404ef095901bf1d87fb80b3252eca49c8df) --- source3/lib/substitute.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib/substitute.c') 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; } -- cgit