mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:33:30 +08:00
Hide unnecessary log output
This commit is contained in:
parent
b38da34da9
commit
1d86083981
@ -224,7 +224,7 @@ namespace osu.Game
|
||||
// todo: we probably want a better (non-destructive) migrations/recovery process at a later point than this.
|
||||
contextFactory.ResetDatabase();
|
||||
|
||||
Logger.Log("Database purged successfully.", LoggingTarget.Database, LogLevel.Important);
|
||||
Logger.Log("Database purged successfully.", LoggingTarget.Database);
|
||||
|
||||
// only run once more, then hard bail.
|
||||
using (var db = contextFactory.GetForWrite(false))
|
||||
|
Loading…
Reference in New Issue
Block a user