show exception message

This commit is contained in:
David Zhao 2019-08-07 19:45:29 +09:00
parent b8ccba02f2
commit bde89adcb7

View File

@ -49,7 +49,7 @@ namespace osu.Game.Beatmaps.Formats
}
catch (Exception e)
{
Logger.Log($"Failed to process line \"{line}\" into {output}", LoggingTarget.Runtime, LogLevel.Important);
Logger.Log($"Failed to process line \"{line}\" into {output}: {e.Message}", LoggingTarget.Runtime, LogLevel.Important);
}
}
}