[tracker/wip/carlosg/data-update-cleanups: 9/11] tracker: Add missing newline in CLI output



commit a015752dfd19c6d633e0bf311fadbd00c4000aa4
Author: Carlos Garnacho <carlosg gnome org>
Date:   Sat Apr 25 17:11:54 2020 +0200

    tracker: Add missing newline in CLI output

 src/tracker/tracker-endpoint.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/tracker/tracker-endpoint.c b/src/tracker/tracker-endpoint.c
index c546ef603..ae649f602 100644
--- a/src/tracker/tracker-endpoint.c
+++ b/src/tracker/tracker-endpoint.c
@@ -256,6 +256,7 @@ tracker_endpoint (int argc, const char **argv)
        } else {
                g_print (_("New database created. Use the --dbus-service option to "
                           "share this database on a message bus."));
+               g_print ("\n");
        }
 
        if (connection) {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]