niimaq: more specific debugging messages

This commit is contained in:
Joshua M. Doe 2013-06-03 15:38:31 -04:00
parent 10e1b3e910
commit f0e7d6ec0b

View File

@ -98,7 +98,7 @@ static gboolean gst_niimaqsrc_close_interface (GstNiImaqSrc * src);
static char imaq_error_string[256]; \
if (code) { \
imgShowError (code, imaq_error_string); \
GST_ERROR ("IMAQ error: %s", imaq_error_string); \
GST_ERROR_OBJECT (src, "IMAQ error: %s", imaq_error_string); \
} \
}