diff --git a/subprojects/extensions-tool/src/main.c b/subprojects/extensions-tool/src/main.c index c33058dc6..c1e85dcf1 100644 --- a/subprojects/extensions-tool/src/main.c +++ b/subprojects/extensions-tool/src/main.c @@ -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; }