diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2015-05-07 05:10:45 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2015-05-07 05:10:45 +0200 |
commit | 0241ab239cbaf67843edb629acc37423b264ee0a (patch) | |
tree | a29860aeb73c9f01bd08fe957a4fe95e31c878ad | |
parent | 88de46052e87ba7b84629163dd4946c9bb24cd22 (diff) | |
download | ipecamera-0241ab239cbaf67843edb629acc37423b264ee0a.tar.gz ipecamera-0241ab239cbaf67843edb629acc37423b264ee0a.tar.bz2 ipecamera-0241ab239cbaf67843edb629acc37423b264ee0a.tar.xz ipecamera-0241ab239cbaf67843edb629acc37423b264ee0a.zip |
Fix logging to latest version of pcitool
-rw-r--r-- | private.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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__) |