Browse Source

Fix logging to latest version of pcitool

Suren A. Chilingaryan 9 years ago
parent
commit
0241ab239c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      private.h

+ 1 - 1
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__)