summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2015-05-07 05:10:45 +0200
committerSuren A. Chilingaryan <csa@suren.me>2015-05-07 05:10:45 +0200
commit0241ab239cbaf67843edb629acc37423b264ee0a (patch)
treea29860aeb73c9f01bd08fe957a4fe95e31c878ad
parent88de46052e87ba7b84629163dd4946c9bb24cd22 (diff)
downloadipecamera-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.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__)