extensions-tool: Add missing newline
Unlike g_warning() and friends, g_printerr() does not append
a trailing newline.
https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/4564
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2013>
(cherry picked from commit 79f448958b
)
This commit is contained in:
parent
488fb46edf
commit
1b5ff77d02
@ -143,7 +143,7 @@ get_extension_property (GDBusProxy *proxy,
|
||||
&error);
|
||||
if (response == NULL)
|
||||
{
|
||||
g_printerr (_("Failed to connect to GNOME Shell"));
|
||||
g_printerr (_("Failed to connect to GNOME Shell\n"));
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user