Merge pull request #9818 from peppy/improve-token-fail-error-messaging

Improve messaging when timeshift token retrieval fails
This commit is contained in:
Dan Balasescu 2020-08-11 11:31:52 +09:00 committed by GitHub
commit 8b7e715c2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ private void load()
{
failed = true;
Logger.Error(e, "Failed to retrieve a score submission token.");
Logger.Error(e, "Failed to retrieve a score submission token.\n\nThis may happen if you are running an old or non-official release of osu! (ie. you are self-compiling).");
Schedule(() =>
{