diff options
-rw-r--r-- | libhb/muxavformat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/muxavformat.c b/libhb/muxavformat.c index 7053c6dc6..767e8d314 100644 --- a/libhb/muxavformat.c +++ b/libhb/muxavformat.c @@ -181,7 +181,7 @@ static int avformatInit( hb_mux_object_t * m ) &m->oc->interrupt_callback, NULL); if( ret < 0 ) { - hb_error( "avio_open2 failed!"); + hb_error( "avio_open2 failed, errno %d", ret); goto error; } |