summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/private.h b/private.h
index 46d6c1a..b8b961d 100644
--- a/private.h
+++ b/private.h
@@ -91,7 +91,7 @@
#define ipecamera_debug(function, ...) \
- IPECAMERA_DEBUG_##function##_MESSAGE(IPECAMERA_DEBUG_##function, __VA_ARGS__)
+ IPECAMERA_DEBUG_##function##_MESSAGE(IPECAMERA_DEBUG_##function, PCILIB_LOG_DEFAULT, __VA_ARGS__)
#define ipecamera_debug_buffer(function, ...) \
IPECAMERA_DEBUG_##function##_BUFFER(IPECAMERA_DEBUG_##function, __VA_ARGS__)