summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormethodus <methodus@web.de>2012-12-31 16:35:39 +0100
committermethodus <methodus@web.de>2012-12-31 16:35:39 +0100
commitdc34061786a0a165d388fa546331b2ea39141cc5 (patch)
tree63badf21852065ecc2a465e2777a845aa9c792e3 /include
parent624049b01b7eacfef9fd7e4a6e73f4ffa1cc36a6 (diff)
downloadvdr-plugin-upnp-dc34061786a0a165d388fa546331b2ea39141cc5.tar.gz
vdr-plugin-upnp-dc34061786a0a165d388fa546331b2ea39141cc5.tar.bz2
Fixed compiler issue
Diffstat (limited to 'include')
-rw-r--r--include/tools.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/tools.h b/include/tools.h
index e640da5..8bb7865 100644
--- a/include/tools.h
+++ b/include/tools.h
@@ -47,6 +47,8 @@ using namespace std;
namespace upnp {
void log_debug_msg(const char* file, const char* func, int line, int level, const char* msg, ...) __attribute__ ((format (printf, 5, 6)));
}
+#else
+#define LOG(level, msg...)
#endif
namespace upnp {