mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-05 23:48:44 +02:00
girrepository: Drop trailing new line on GMessages
This commit is contained in:
committed by
Philip Withnall
parent
d78b6c55bc
commit
2ee2088f4a
@@ -168,7 +168,7 @@ check_unresolved (GIBaseInfo *info)
|
||||
if (gi_base_info_get_info_type (info) != GI_INFO_TYPE_UNRESOLVED)
|
||||
return;
|
||||
|
||||
g_critical ("Found unresolved type '%s' '%s'\n",
|
||||
g_critical ("Found unresolved type '%s' '%s'",
|
||||
gi_base_info_get_name (info), gi_base_info_get_namespace (info));
|
||||
}
|
||||
|
||||
@@ -1452,7 +1452,7 @@ gi_ir_writer_write (const char *filename,
|
||||
break;
|
||||
|
||||
default:
|
||||
g_error ("unknown info type %d\n", gi_base_info_get_info_type (info));
|
||||
g_error ("unknown info type %d", gi_base_info_get_info_type (info));
|
||||
}
|
||||
|
||||
gi_base_info_unref (info);
|
||||
|
Reference in New Issue
Block a user