Author: vlendec Date: 2006-05-07 17:11:40 +0000 (Sun, 07 May 2006) New Revision: 15494
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15494 Log: Fix debug statement Modified: branches/SAMBA_3_0/source/lib/substitute.c trunk/source/lib/substitute.c Changeset: Modified: branches/SAMBA_3_0/source/lib/substitute.c =================================================================== --- branches/SAMBA_3_0/source/lib/substitute.c 2006-05-07 16:43:38 UTC (rev 15493) +++ branches/SAMBA_3_0/source/lib/substitute.c 2006-05-07 17:11:40 UTC (rev 15494) @@ -687,7 +687,7 @@ 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; } Modified: trunk/source/lib/substitute.c =================================================================== --- trunk/source/lib/substitute.c 2006-05-07 16:43:38 UTC (rev 15493) +++ trunk/source/lib/substitute.c 2006-05-07 17:11:40 UTC (rev 15494) @@ -687,7 +687,7 @@ 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; }
