g_message is a more appropriate log level for some messages

This commit is contained in:
Ilya Fedin
2020-08-17 01:07:33 +04:00
committed by John Preston
parent eaae7b1d03
commit 6dfefa3f21
2 changed files with 3 additions and 3 deletions
@@ -745,7 +745,7 @@ void MainWindow::LibsLoaded() {
#endif // !DESKTOP_APP_DISABLE_DBUS_INTEGRATION
if (!qEnvironmentVariableIsSet(kDisableTrayCounter.utf8())) {
g_warning(
g_message(
"You can disable tray icon counter with %s "
"and make it look better if it is monochrome.",
kDisableTrayCounter.utf8().constData());