projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
244ddea
)
sizerequest: Use g_printerr() for debug messages
author
Benjamin Otte
<otte@redhat.com>
Fri, 19 Nov 2021 22:21:44 +0000
(23:21 +0100)
committer
Benjamin Otte
<otte@redhat.com>
Sat, 20 Nov 2021 05:04:10 +0000
(06:04 +0100)
glib doesn't print debug messages by default anymore.
gtk/gtksizerequest.c
patch
|
blob
|
history
diff --git
a/gtk/gtksizerequest.c
b/gtk/gtksizerequest.c
index 199bce257550aea8e26c6fe136fd442e40c86788..a2a8af3f847bf6c119d55708b8ba9f058d1dfbc8 100644
(file)
--- a/
gtk/gtksizerequest.c
+++ b/
gtk/gtksizerequest.c
@@
-444,7
+444,7
@@
gtk_widget_query_size_for_orientation (GtkWidget *widget,
}
g_string_append_printf (s, " (hit cache: %s)\n",
found_in_cache ? "yes" : "no");
- g_
message
("%s", s->str);
+ g_
printerr
("%s", s->str);
g_string_free (s, TRUE);
});
}