summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client/commands.c2
1 files changed, 1 insertions, 1 deletions
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);