summaryrefslogtreecommitdiffstats
path: root/src/virt-viewer-util.h
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2014-06-10 14:30:01 +0300
committerMarc-André Lureau <marcandre.lureau@gmail.com>2014-06-10 18:13:37 +0200
commited939ad00dde8d02858adc8966204131e31acfbc (patch)
tree788eb0bf0e1dc32f4de3572344b11f769f805386 /src/virt-viewer-util.h
parent78c9612257b95ee924ad0b13372106bde3d851f8 (diff)
downloadvirt-viewer-ed939ad00dde8d02858adc8966204131e31acfbc.tar.gz
virt-viewer-ed939ad00dde8d02858adc8966204131e31acfbc.tar.xz
virt-viewer-ed939ad00dde8d02858adc8966204131e31acfbc.zip
Replace DEBUG_LOG with g_debug
https://bugzilla.redhat.com/show_bug.cgi?id=1107518
Diffstat (limited to 'src/virt-viewer-util.h')
-rw-r--r--src/virt-viewer-util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/virt-viewer-util.h b/src/virt-viewer-util.h
index 8157df5..4f40116 100644
--- a/src/virt-viewer-util.h
+++ b/src/virt-viewer-util.h
@@ -32,7 +32,6 @@ enum {
VIRT_VIEWER_ERROR_FAILED,
};
-#define DEBUG_LOG(s, ...) do { if (doDebug) g_debug(s, ## __VA_ARGS__); } while (0)
#define ARRAY_CARDINALITY(Array) (sizeof (Array) / sizeof *(Array))
#define VIRT_VIEWER_ERROR virt_viewer_error_quark ()