Log FFmpeg download fails to stdout in Debug config
This commit is contained in:
parent
a351dcc557
commit
2647bb8300
|
@ -105,9 +105,10 @@ namespace BizHawk.Client.EmuHawk
|
|||
|
||||
succeeded = true;
|
||||
}
|
||||
catch
|
||||
catch (Exception e)
|
||||
{
|
||||
failed = true;
|
||||
Util.DebugWriteLine($"FFmpeg download failed with:\n{e}");
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue