Skip to content

Commit 52a9256

Browse files
committed
better message
1 parent c1bcd3a commit 52a9256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Updater/GithubUpdater.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public UpdateResult CheckUpdate() {
9191
}
9292
}
9393
} catch (Exception ex) {
94-
Logger.LogWarning("Could not check update!");
94+
Logger.LogWarning("Failed to check for updates!");
9595
Logger.LogWarning($"Error: {ex.Message}");
9696
Logger.LogWarning("Try downloading manually here https://github.com/uEssentials/uEssentials/releases");
9797
}

0 commit comments

Comments
 (0)