Add missing newline for conflicts output
authorJames Bowes <jbowes@redhat.com>
Thu, 26 Jun 2008 13:21:14 +0000 (09:21 -0400)
committerJames Bowes <jbowes@redhat.com>
Thu, 26 Jun 2008 13:21:14 +0000 (09:21 -0400)
librazor/transaction.c

index 521d992..0e8342d 100644 (file)
@@ -564,7 +564,8 @@ update_conflicted_packages(struct razor_transaction *trans)
                                                         sp);
                while (razor_package_iterator_next(&pkg_iter, &pkg,
                                                   &name, &version, &arch)) {
-                       fprintf(stderr, "updating %s %s because it conflicts with %s",
+                       fprintf(stderr, "updating %s %s because it "
+                               "conflicts with %s\n",
                                name, version, spi.pool + sp->name);
                        trans->system.packages[pkg - spkgs] |=
                                TRANS_PACKAGE_UPDATE;