mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 20:22:55 +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.
|
// todo: we probably want a better (non-destructive) migrations/recovery process at a later point than this.
|
||||||
contextFactory.ResetDatabase();
|
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.
|
// only run once more, then hard bail.
|
||||||
using (var db = contextFactory.GetForWrite(false))
|
using (var db = contextFactory.GetForWrite(false))
|
||||||
|
Loading…
Reference in New Issue
Block a user