git://project.juiblex.co.uk
/
razor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
97d4672
)
Add missing newline for conflicts output
author
James Bowes
<jbowes@redhat.com>
Thu, 26 Jun 2008 13:21:14 +0000 (09:21 -0400)
committer
James Bowes
<jbowes@redhat.com>
Thu, 26 Jun 2008 13:21:14 +0000 (09:21 -0400)
librazor/transaction.c
patch
|
blob
|
history
diff --git
a/librazor/transaction.c
b/librazor/transaction.c
index
521d992
..
0e8342d
100644
(file)
--- 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;