diff options
author | James Bowes <jbowes@redhat.com> | 2008-06-26 09:21:14 -0400 |
---|---|---|
committer | James Bowes <jbowes@redhat.com> | 2008-06-26 09:21:14 -0400 |
commit | 4755934a102160562cf9dac56fef499a7b744cbd (patch) | |
tree | bba3d21f0839710f86abf5b46ffcec2bd57014a2 /librazor | |
parent | 97d4672ecf26d911c26d05312b3d992f4671fa7c (diff) |
Add missing newline for conflicts output
Diffstat (limited to 'librazor')
-rw-r--r-- | librazor/transaction.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/librazor/transaction.c b/librazor/transaction.c index 521d992..0e8342d 100644 --- a/librazor/transaction.c +++ b/librazor/transaction.c @@ -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; |