mirror of https://github.com/ppy/osu
Hide unnecessary log output
This commit is contained in:
parent
b38da34da9
commit
1d86083981
|
@ -224,7 +224,7 @@ private void runMigrations()
|
|||
// 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