mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
all: Remove trailing newlines from g_message()/g_warning()/g_error()s
All those logging functions already add a newline to any message they print, so there’s no need to add a trailing newline in the message passed to them. Signed-off-by: Philip Withnall <withnall@endlessm.com> Reviewed-by: nobody
This commit is contained in:
@@ -96,7 +96,7 @@ _g_object_dispose_and_wait_weak_notify (gpointer object)
|
||||
|
||||
if (data.timed_out)
|
||||
{
|
||||
g_warning ("Weak notify timeout, object ref_count=%d\n",
|
||||
g_warning ("Weak notify timeout, object ref_count=%d",
|
||||
G_OBJECT (object)->ref_count);
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user