svn commit: samba r8209 - in trunk/source/locking: .

vlendec at samba.org vlendec at samba.org
Thu Jul 7 15:39:23 GMT 2005


Author: vlendec
Date: 2005-07-07 15:39:23 +0000 (Thu, 07 Jul 2005)
New Revision: 8209

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

Log:
cosmetic debug msg fix
Modified:
   trunk/source/locking/locking.c


Changeset:
Modified: trunk/source/locking/locking.c
===================================================================
--- trunk/source/locking/locking.c	2005-07-07 15:01:00 UTC (rev 8208)
+++ trunk/source/locking/locking.c	2005-07-07 15:39:23 UTC (rev 8209)
@@ -437,7 +437,7 @@
 	static pstring share_str;
 
 	slprintf(share_str, sizeof(share_str)-1, "share_mode_entry[%d]: "
-		 "pid = %lu, share_access = 0x%x, private_options = 0x%x"
+		 "pid = %lu, share_access = 0x%x, private_options = 0x%x, "
 		 "access_mask = 0x%x, port = 0x%x, type= 0x%x, file_id = %lu, "
 		 "dev = 0x%x, inode = %.0f",
 		 num, (unsigned long)e->pid,



More information about the samba-cvs mailing list