aboutsummaryrefslogtreecommitdiff
path: root/src/udev-mgr.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-08-18 15:24:01 +0100
committerConor Curran <conor.curran@canonical.com>2011-08-18 15:24:01 +0100
commit92765fe97bdeb68f7f38cf57e478529db95cc09e (patch)
tree1606faefa181917a86855e18e314e189da808101 /src/udev-mgr.c
parentd8d6677e2d184bde9ba5e136ed5c6edf30c20efc (diff)
parentdce6ee5caccdf9f9683bad26d062671a889792ee (diff)
downloadayatana-indicator-session-92765fe97bdeb68f7f38cf57e478529db95cc09e.tar.gz
ayatana-indicator-session-92765fe97bdeb68f7f38cf57e478529db95cc09e.tar.bz2
ayatana-indicator-session-92765fe97bdeb68f7f38cf57e478529db95cc09e.zip
merge in the big fix branch
Diffstat (limited to 'src/udev-mgr.c')
-rw-r--r--src/udev-mgr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/udev-mgr.c b/src/udev-mgr.c
index e3328ec..f66d862 100644
--- a/src/udev-mgr.c
+++ b/src/udev-mgr.c
@@ -254,7 +254,7 @@ debug_device (UdevMgr* self,
GUdevDevice* device,
UdevMgrDeviceAction action)
{
- const gchar* vendor;
+ /*const gchar* vendor;
const gchar* product;
const gchar* number;
const gchar* name;
@@ -269,7 +269,7 @@ debug_device (UdevMgr* self,
g_strdup(product),
g_strdup(number),
g_strdup(name));
-
+
const gchar *const *list;
const gchar *const *iter;
char propstr[500];
@@ -290,7 +290,7 @@ debug_device (UdevMgr* self,
strcat(propstr, " ");
strcat(propstr, g_udev_device_get_property(device, *iter));
g_debug("%s", propstr);
- }
+ }*/
}
static void udev_mgr_handle_scsi_device (UdevMgr* self,