[gvfs] Turn off debugging spew in gphoto2 and proxy monitors
- From: David Zeuthen <davidz src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gvfs] Turn off debugging spew in gphoto2 and proxy monitors
- Date: Fri, 14 Aug 2009 14:48:31 +0000 (UTC)
commit 111a9be27cbf0d7ce1b8520e38eac8c80fe0ab58
Author: David Zeuthen <davidz redhat com>
Date: Fri Aug 14 10:44:49 2009 -0400
Turn off debugging spew in gphoto2 and proxy monitors
monitor/gphoto2/ggphoto2volumemonitor.c | 2 ++
monitor/proxy/gvfsproxyvolumemonitordaemon.c | 1 -
2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/monitor/gphoto2/ggphoto2volumemonitor.c b/monitor/gphoto2/ggphoto2volumemonitor.c
index 1fe2b37..a9f9122 100644
--- a/monitor/gphoto2/ggphoto2volumemonitor.c
+++ b/monitor/gphoto2/ggphoto2volumemonitor.c
@@ -656,6 +656,8 @@ get_stores_for_camera (int bus_num, int device_num)
else
basedir = "/";
+ /* g_debug ("capacitykbytes[%d] = %d", i, (gint) storage_info[i].capacitykbytes); */
+
l = g_list_prepend (l, g_strdup (basedir));
}
diff --git a/monitor/proxy/gvfsproxyvolumemonitordaemon.c b/monitor/proxy/gvfsproxyvolumemonitordaemon.c
index 17f5e75..47e2674 100644
--- a/monitor/proxy/gvfsproxyvolumemonitordaemon.c
+++ b/monitor/proxy/gvfsproxyvolumemonitordaemon.c
@@ -44,7 +44,6 @@ static GList *outstanding_mount_op_objects = NULL;
static GHashTable *unique_names_being_watched = NULL;
/* #define DEBUG_ENABLED */
-#define DEBUG_ENABLED
#ifdef DEBUG_ENABLED
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]