Author: vlendec
Date: 2006-07-10 15:18:54 +0000 (Mon, 10 Jul 2006)
New Revision: 16919

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

Log:
Enhanced error message: Show the complete target pid
Modified:
   trunk/source/locking/locking.c


Changeset:
Modified: trunk/source/locking/locking.c
===================================================================
--- trunk/source/locking/locking.c      2006-07-10 14:01:53 UTC (rev 16918)
+++ trunk/source/locking/locking.c      2006-07-10 15:18:54 UTC (rev 16919)
@@ -863,9 +863,9 @@
                        continue;
                }
 
-               DEBUG(10,("rename_share_filename: sending rename message to pid 
%u "
+               DEBUG(10,("rename_share_filename: sending rename message to pid 
%s "
                        "dev %x, inode  %.0f sharepath %s newname %s\n",
-                       (unsigned int)procid_to_pid(&se->pid),
+                       procid_str_static(&se->pid),
                        (unsigned int)lck->dev, (double)lck->ino,
                        lck->servicepath, lck->filename ));
 

Reply via email to