From: Steinar H. Gunderson Date: Sat, 12 Feb 2011 16:51:15 +0000 (+0100) Subject: Fix a typo in an error message in the decklink module. X-Git-Tag: 1.2.0-pre1~3802 X-Git-Url: https://git.sesse.net/?p=vlc;a=commitdiff_plain;h=09af95f7f69849d76c0a50f9e2ca5b5870712449 Fix a typo in an error message in the decklink module. Signed-off-by: Jean-Baptiste Kempf --- diff --git a/modules/access/decklink.cpp b/modules/access/decklink.cpp index 23af285117..6b97246465 100644 --- a/modules/access/decklink.cpp +++ b/modules/access/decklink.cpp @@ -373,7 +373,7 @@ static int Open( vlc_object_t *p_this ) goto finish; } - msg_Dbg( p_demux, "Setting video input format to 0x%x", conn); + msg_Dbg( p_demux, "Setting video input connection to 0x%x", conn); result = p_sys->p_config->SetInt( bmdDeckLinkConfigVideoInputConnection, conn ); if( result != S_OK ) {