[gvfs] gvfsjobunmount: Do not print send_reply debug twice



commit 22e16dcd0cfd07e36439a946b4520a5825fb744e
Author: Ondrej Holy <oholy redhat com>
Date:   Thu Mar 15 11:16:16 2018 +0100

    gvfsjobunmount: Do not print send_reply debug twice
    
    Debug from send_reply is printed once from GVfsJobUnmount and once
    from GVfsJobDBus, which is confusing and redundant, let's remove th
    one from GVfsJobUnmount.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=794113

 daemon/gvfsjobunmount.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/daemon/gvfsjobunmount.c b/daemon/gvfsjobunmount.c
index 7a58c34..aa36210 100644
--- a/daemon/gvfsjobunmount.c
+++ b/daemon/gvfsjobunmount.c
@@ -319,9 +319,6 @@ send_reply (GVfsJob *job)
   GVfsJobUnmount *op_job = G_VFS_JOB_UNMOUNT (job);
   GVfsBackend *backend = op_job->backend;
 
-  g_debug ("send_reply(%p), failed=%d (%s)\n", job, job->failed,
-           job->failed ? job->error->message : "");
-
   if (job->failed)
     {
       g_vfs_backend_set_block_requests (backend, FALSE);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]