The branch, v3-4-test has been updated
       via  130baafc7c36333cf29a19921f4736beb53a15e9 (commit)
      from  44e05e848c622750ae632386d94f63e107a59e1d (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-4-test


- Log -----------------------------------------------------------------
commit 130baafc7c36333cf29a19921f4736beb53a15e9
Author: Tim Prouty <[email protected]>
Date:   Tue Apr 7 09:49:55 2009 -0700

    s3 oplocks: Add back procid_str to debug message

-----------------------------------------------------------------------

Summary of changes:
 source3/smbd/oplock.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/smbd/oplock.c b/source3/smbd/oplock.c
index 3b6d4a3..290e662 100644
--- a/source3/smbd/oplock.c
+++ b/source3/smbd/oplock.c
@@ -429,8 +429,9 @@ void process_oplock_async_level2_break_message(struct 
messaging_context *msg_ctx
        /* De-linearize incoming message. */
        message_to_share_mode_entry(&msg, (char *)data->data);
 
-       DEBUG(10, ("Got oplock async level 2 break message from pid %d: 
%s/%lu\n",
-                  (int)procid_to_pid(&src), file_id_string_tos(&msg.id), 
msg.share_file_id));
+       DEBUG(10, ("Got oplock async level 2 break message from pid %s: "
+                  "%s/%lu\n", procid_str(debug_ctx(), &src),
+                  file_id_string_tos(&msg.id), msg.share_file_id));
 
        fsp = initial_break_processing(msg.id, msg.share_file_id);
 


-- 
Samba Shared Repository

Reply via email to