From f56860249fda573799f57ebcee4124990756d4bc Mon Sep 17 00:00:00 2001 From: Jukka Rissanen Date: Mon, 6 May 2013 14:38:00 +0300 Subject: client: Newline missing after printing scan error message --- client/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/commands.c') diff --git a/client/commands.c b/client/commands.c index b803afc0..d08c8800 100644 --- a/client/commands.c +++ b/client/commands.c @@ -535,7 +535,7 @@ static int scan_return(DBusMessageIter *iter, const char *error, str++; fprintf(stdout, "Scan completed for %s\n", str); } else - fprintf(stderr, "Error %s: %s", path, error); + fprintf(stderr, "Error %s: %s\n", path, error); g_free(user_data); -- cgit v1.2.3