summaryrefslogtreecommitdiffstats
path: root/libvo/vo_zr.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_zr.c')
-rw-r--r--libvo/vo_zr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_zr.c b/libvo/vo_zr.c
index 23a3e4749c..90e133b47b 100644
--- a/libvo/vo_zr.c
+++ b/libvo/vo_zr.c
@@ -175,7 +175,7 @@ int zoran_getcap(zr_info_t *zr) {
}
if (ioctl(zr->vdes, VIDIOCGCAP, &zr->vc) < 0) {
- mp_msg(MSGT_VO, MSGL_ERR, "zr: error getting video capabilities from %s\n");
+ mp_msg(MSGT_VO, MSGL_ERR, "zr: error getting video capabilities from %s\n", dev);
return 1;
}
mp_msg(MSGT_VO, MSGL_V, "zr: MJPEG card reports maxwidth=%d, maxheight=%d\n", zr->vc.maxwidth, zr->vc.maxheight);