summaryrefslogtreecommitdiffstats
path: root/ipecamera/reader.c
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2013-07-16 15:48:58 +0200
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2013-07-16 15:48:58 +0200
commitd6d49cbdb2ccd7a09ec6103f1a221651368ad357 (patch)
tree2b3c98c955f39e0ecd4f790e342e3a928a1b2e66 /ipecamera/reader.c
parent09a6aa6efc8657fddc29b160e7c350091404940f (diff)
downloadipecamera-d6d49cbdb2ccd7a09ec6103f1a221651368ad357.tar.gz
ipecamera-d6d49cbdb2ccd7a09ec6103f1a221651368ad357.tar.bz2
ipecamera-d6d49cbdb2ccd7a09ec6103f1a221651368ad357.tar.xz
ipecamera-d6d49cbdb2ccd7a09ec6103f1a221651368ad357.zip
Support 4MPix sensor in IPECamera
Diffstat (limited to 'ipecamera/reader.c')
-rw-r--r--ipecamera/reader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipecamera/reader.c b/ipecamera/reader.c
index c11bb9d..af99fb5 100644
--- a/ipecamera/reader.c
+++ b/ipecamera/reader.c
@@ -129,7 +129,7 @@ static int ipecamera_data_callback(void *user, pcilib_dma_flags_t flags, size_t
#endif /* IPECAMERA_DEBUG_RAW_PACKETS */
if (invalid_frame_id != ctx->event_id) {
- pcilib_warning("Invalid DMA packets received, first is %u bytes long, current event %lu", bufsize, ctx->event_id);
+ pcilib_warning("No frame magic in DMA packet of %u bytes, current event %lu", bufsize, ctx->event_id);
invalid_frame_id = ctx->event_id;
}