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



commit d21e4f3f3a4269c205057d28fe585d16da7af8fe
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 2c80f11..f874c3c 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]