summaryrefslogtreecommitdiff
path: root/daemon
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@src.gnome.org>2007-09-13 15:06:33 +0000
committerAlexander Larsson <alexl@src.gnome.org>2007-09-13 15:06:33 +0000
commit8ab127f09890f455f494cfe966d335f79036a8e5 (patch)
tree37a65fc28fb8fa179499dcc9fd33c53f5b3abbc9 /daemon
parent5e1136dc09234f32d37255847416d5cf22292144 (diff)
downloadgvfs-8ab127f09890f455f494cfe966d335f79036a8e5.tar.gz
Add spew on mount failure and nobody to recieve the message
Original git commit by Alexander Larsson <alexl@redhat.com> at 1189150621 +0200 svn path=/trunk/; revision=896
Diffstat (limited to 'daemon')
-rw-r--r--daemon/gvfsjobmount.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/daemon/gvfsjobmount.c b/daemon/gvfsjobmount.c
index beb67b48..94058220 100644
--- a/daemon/gvfsjobmount.c
+++ b/daemon/gvfsjobmount.c
@@ -127,6 +127,8 @@ mount_failed (GVfsJobMount *op_job, GError *error)
dbus_connection_unref (conn);
}
}
+ else
+ g_warning ("Mount failed: %s\n", error->message);
backend = g_object_ref (op_job->backend);
g_vfs_job_emit_finished (G_VFS_JOB (op_job));