[gimp] libgimp: Don't use g_message() for log message
- From: Niels De Graef <nielsdg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] libgimp: Don't use g_message() for log message
- Date: Wed, 30 Dec 2020 11:24:50 +0000 (UTC)
commit 273486a6252e124fecc9d13b007327f9a91bdb04
Author: Niels De Graef <nielsdegraef gmail com>
Date: Wed Dec 30 12:21:46 2020 +0100
libgimp: Don't use g_message() for log message
`g_message()` will end up as a dialog shown to the user, but we can be
pretty sure that they won't understand what this message means.
libgimp/gimpprogressbar.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libgimp/gimpprogressbar.c b/libgimp/gimpprogressbar.c
index 209de47d5b..063413c5ba 100644
--- a/libgimp/gimpprogressbar.c
+++ b/libgimp/gimpprogressbar.c
@@ -203,7 +203,7 @@ gimp_window_get_native_id (GtkWindow *window)
#ifdef GDK_WINDOWING_WAYLAND
if (GDK_IS_WAYLAND_WINDOW (surface))
- g_message ("Getting window ID for progress not supported on Wayland yet");
+ g_debug ("Getting window ID for progress not supported on Wayland yet");
#endif
return 0;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]