Log to correct file

This commit is contained in:
Dean Herbert 2018-08-25 14:50:46 +09:00
parent 3d52e9dea6
commit 8204d3292e

View File

@ -352,7 +352,7 @@ namespace osu.Game.Beatmaps
string mapName = reader.Filenames.FirstOrDefault(f => f.EndsWith(".osu"));
if (string.IsNullOrEmpty(mapName))
{
Logger.Log($"No beatmap files found in the beatmap archive ({reader.Name}).");
Logger.Log($"No beatmap files found in the beatmap archive ({reader.Name}).", LoggingTarget.Database);
return null;
}