summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Frese <nf2@scheinwelt.at>2006-07-10 15:28:19 +0000
committerNorbert Frese <nf2@scheinwelt.at>2006-07-10 15:28:19 +0000
commitd67d626bccd9173157aff437cd0f099990c20e7d (patch)
treecc067d82c80e3c3c6af7c9e59f696c55903c650c
parent54f0a71f63d568636b345b58f01e4531535f6417 (diff)
unset XDG_VFS_DEBUG_IPC flag
-rw-r--r--libxdg-vfs-client/src/xdg_vfs_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libxdg-vfs-client/src/xdg_vfs_client.h b/libxdg-vfs-client/src/xdg_vfs_client.h
index 6ba6f19..f022c19 100644
--- a/libxdg-vfs-client/src/xdg_vfs_client.h
+++ b/libxdg-vfs-client/src/xdg_vfs_client.h
@@ -38,7 +38,7 @@ extern "C" {
#include <string.h>
#include <xdg_vfs_common.h>
-#define XDG_VFS_DEBUG_IPC 1
+#define XDG_VFS_DEBUG_IPC 0
#define XDGVFS_CLIENT_BUFFERSIZE 8192