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 79f448958b5ea16bc6a1f91117ed02a889712c90)
This commit is contained in:
parent
488fb46edf
commit
1b5ff77d02
@ -143,7 +143,7 @@ get_extension_property (GDBusProxy *proxy,
|
|||||||
&error);
|
&error);
|
||||||
if (response == NULL)
|
if (response == NULL)
|
||||||
{
|
{
|
||||||
g_printerr (_("Failed to connect to GNOME Shell"));
|
g_printerr (_("Failed to connect to GNOME Shell\n"));
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user