summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2018-03-15 11:16:16 +0100
committerOndrej Holy <oholy@redhat.com>2018-03-15 15:02:04 +0100
commit22e16dcd0cfd07e36439a946b4520a5825fb744e (patch)
tree88fe75ffaa551f603a69aac266906e4feb3441ba
parentf2d8ceeb4ccbea8f9556e159277faf5b83462178 (diff)
downloadgvfs-22e16dcd0cfd07e36439a946b4520a5825fb744e.tar.gz
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
-rw-r--r--daemon/gvfsjobunmount.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/daemon/gvfsjobunmount.c b/daemon/gvfsjobunmount.c
index 7a58c345..aa36210e 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);