We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1bcd3a commit 52a9256Copy full SHA for 52a9256
src/Updater/GithubUpdater.cs
@@ -91,7 +91,7 @@ public UpdateResult CheckUpdate() {
91
}
92
93
} catch (Exception ex) {
94
- Logger.LogWarning("Could not check update!");
+ Logger.LogWarning("Failed to check for updates!");
95
Logger.LogWarning($"Error: {ex.Message}");
96
Logger.LogWarning("Try downloading manually here https://github.com/uEssentials/uEssentials/releases");
97
0 commit comments