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

View File

@ -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());

View File

@ -1292,13 +1292,13 @@ void start() {
"Therefore, QT_QPA_PLATFORMTHEME "
"and QT_STYLE_OVERRIDE will be unset.");
g_warning(
g_message(
"This can be ignored by setting %s environment variable "
"to any value, however, if qgtk2 theme or style is used, "
"this will lead to a crash.",
kIgnoreGtkIncompatibility.utf8().constData());
g_warning(
g_message(
"GTK integration can be disabled by setting %s to any value. "
"Keep in mind that this will lead to clipboard issues "
"and tdesktop will be unable to get settings from GTK "