svn commit: samba r7392 - in branches/SAMBA_4_0/source/smbd: .

metze at samba.org metze at samba.org
Wed Jun 8 14:12:24 GMT 2005


Author: metze
Date: 2005-06-08 14:12:23 +0000 (Wed, 08 Jun 2005)
New Revision: 7392

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7392

Log:
more verbose debug output

metze
Modified:
   branches/SAMBA_4_0/source/smbd/server.c


Changeset:
Modified: branches/SAMBA_4_0/source/smbd/server.c
===================================================================
--- branches/SAMBA_4_0/source/smbd/server.c	2005-06-08 13:59:03 UTC (rev 7391)
+++ branches/SAMBA_4_0/source/smbd/server.c	2005-06-08 14:12:23 UTC (rev 7392)
@@ -132,7 +132,7 @@
 {
 	uint8_t c;
 	if (read(0, &c, 1) == 0) {
-		DEBUG(0,("EOF on stdin - terminating\n"));
+		DEBUG(0,("smbd: EOF on stdin - terminating\n"));
 		exit(0);
 	}
 }



More information about the samba-cvs mailing list