ownCloud: Debug output only if NDEBUG is undefined.

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Klaas Freitag 2012-04-02 10:37:42 +02:00 committed by Andreas Schneider
parent d8bac80f51
commit f40ab9c6e1

View file

@ -44,7 +44,11 @@
#include "vio/csync_vio_module.h"
#include "vio/csync_vio_file_stat.h"
#ifdef NDEBUG
#define DEBUG_WEBDAV(x)
#else
#define DEBUG_WEBDAV(x) printf x
#endif
enum resource_type {
resr_normal = 0,