mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
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.
This commit is contained in:
parent
226f3707de
commit
273486a625
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue