]> git.ipfire.org Git - pakfire.git/commitdiff
pakfire: pakfire_copy: Add newline after log message
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 9 Aug 2022 14:46:26 +0000 (14:46 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 9 Aug 2022 14:46:26 +0000 (14:46 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/pakfire.c

index 39c94a96f9eabcb9cfba9d08aaa3f50fb39fb980..a6e5c8de6e930938e046c17284424e0a3e6cd6a7 100644 (file)
@@ -1034,7 +1034,7 @@ static int pakfire_copy(struct pakfire* pakfire, const char* src, const char* ds
        // Read everything from source file
        r = archive_read_disk_entry_from_file(reader, entry, -1, NULL);
        if (r) {
-               ERROR(pakfire, "Could not read from %s: %m", src);
+               ERROR(pakfire, "Could not read from %s: %m\n", src);
                goto ERROR;
        }