From d6d49cbdb2ccd7a09ec6103f1a221651368ad357 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Tue, 16 Jul 2013 15:48:58 +0200 Subject: Support 4MPix sensor in IPECamera --- ipecamera/reader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipecamera/reader.c') 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; } -- cgit v1.2.3