[tracker/wip/carlosg/several-fixes: 3/4] tracker: Add missing \n after error output
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/wip/carlosg/several-fixes: 3/4] tracker: Add missing \n after error output
- Date: Tue, 25 Aug 2020 15:59:57 +0000 (UTC)
commit b4edc709981e0d85fc4a9717f09361b42b330a45
Author: Carlos Garnacho <carlosg gnome org>
Date: Tue Aug 25 17:58:19 2020 +0200
tracker: Add missing \n after error output
src/tracker/tracker-sparql.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/tracker/tracker-sparql.c b/src/tracker/tracker-sparql.c
index 3901c7928..07c1b3b59 100644
--- a/src/tracker/tracker-sparql.c
+++ b/src/tracker/tracker-sparql.c
@@ -194,7 +194,7 @@ create_connection (GError **error)
return tracker_sparql_connection_remote_new (remote_service);
} else {
/* TRANSLATORS: Those are commandline arguments */
- g_printerr (_("Specify one “--database”, “--dbus-service” or “--remote-service” option"));
+ g_printerr ("%s\n", _("Specify one “--database”, “--dbus-service” or “--remote-service”
option"));
exit (EXIT_FAILURE);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]