client: Newline missing after printing scan error message
authorJukka Rissanen <jukka.rissanen@linux.intel.com>
Mon, 6 May 2013 11:38:00 +0000 (14:38 +0300)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Mon, 6 May 2013 11:42:53 +0000 (14:42 +0300)
client/commands.c

index b803afc..d08c880 100644 (file)
@@ -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);