diff -r 6e19775d8930 -r d4f7f167b8bb librazor/transaction.c --- a/librazor/transaction.c Wed Jun 25 20:53:48 2008 -0400 +++ b/librazor/transaction.c Sat Jun 28 20:34:29 2008 -0400 @@ -564,7 +564,8 @@ 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;