Author: gd Date: 2006-01-10 11:34:43 +0000 (Tue, 10 Jan 2006) New Revision: 12825
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12825 Log: Add \n Guenther Modified: branches/SAMBA_4_0/source/lib/samba3/secrets.c Changeset: Modified: branches/SAMBA_4_0/source/lib/samba3/secrets.c =================================================================== --- branches/SAMBA_4_0/source/lib/samba3/secrets.c 2006-01-10 10:54:45 UTC (rev 12824) +++ branches/SAMBA_4_0/source/lib/samba3/secrets.c 2006-01-10 11:34:43 UTC (rev 12825) @@ -253,7 +253,7 @@ } if (!secrets_handlers[i].prefix) { - DEBUG(0, ("Unable to find handler for string %s", kbuf.dptr)); + DEBUG(0, ("Unable to find handler for string %s\n", kbuf.dptr)); } }
