summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>2015-05-07 14:51:59 +0100
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>2015-05-07 17:19:54 +0100
commit72d4928d200dab90b29c4342fc4d35e112308c8b (patch)
tree590a254ca4cb6e1c2a651504ac845f8230c93bde /tools
parenteffa1e575e43bba2f80b1a70363d593a99a9fd62 (diff)
downloadlibosinfo-72d4928d200dab90b29c4342fc4d35e112308c8b.tar.gz
tools,install-script: Add missing '\n' to error msg
Diffstat (limited to 'tools')
-rw-r--r--tools/osinfo-install-script.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/osinfo-install-script.c b/tools/osinfo-install-script.c
index 9f9894a..5d5f0e2 100644
--- a/tools/osinfo-install-script.c
+++ b/tools/osinfo-install-script.c
@@ -240,7 +240,7 @@ static gboolean generate_script(OsinfoOs *os)
l = osinfo_list_get_elements(OSINFO_LIST(profile_scripts));
if (!l) {
- g_printerr(_("No install script for profile '%s' and OS '%s'"),
+ g_printerr(_("No install script for profile '%s' and OS '%s'\n"),
profile, osinfo_product_get_name(OSINFO_PRODUCT(os)));
goto cleanup;
}