diff -r 6e19775d8930 -r f9344e30a3b9 librazor/transaction.c --- a/librazor/transaction.c Wed Jun 25 20:53:48 2008 -0400 +++ b/librazor/transaction.c Thu Jun 26 09:21:14 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;