[gvfs/gdbus-core: 47/49] gdbus: Silence the G_IO_ERROR_NOT_MOUNTED error



commit c0dd33f20d70c1c1dcb729bfef9a9541d5fc4cdf
Author: Tomas Bzatek <tbzatek redhat com>
Date:   Fri Jul 27 16:57:39 2012 +0200

    gdbus: Silence the G_IO_ERROR_NOT_MOUNTED error
    
    This is a valid error used to indicate that we should (auto)mount first
    and should not be presented to the user.

 client/gdaemonvfs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/client/gdaemonvfs.c b/client/gdaemonvfs.c
index a2bcebc..228a73f 100644
--- a/client/gdaemonvfs.c
+++ b/client/gdaemonvfs.c
@@ -873,7 +873,7 @@ async_get_mount_info_response (GVfsDBusMountTracker *proxy,
                                                           res, 
                                                           &error))
     {
-      g_warning ("Error from org.gtk.vfs.MountTracker.lookupMount(): %s", error->message);
+      /* g_warning ("Error from org.gtk.vfs.MountTracker.lookupMount(): %s", error->message); */
       data->callback (NULL, data->user_data, error);
       g_error_free (error);
     }



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