1.1 --- a/librazor/transaction.c Wed Jun 25 20:53:48 2008 -0400
1.2 +++ b/librazor/transaction.c Thu Jun 26 18:15:59 2008 -0400
1.3 @@ -564,7 +564,8 @@
1.4 sp);
1.5 while (razor_package_iterator_next(&pkg_iter, &pkg,
1.6 &name, &version, &arch)) {
1.7 - fprintf(stderr, "updating %s %s because it conflicts with %s",
1.8 + fprintf(stderr, "updating %s %s because it "
1.9 + "conflicts with %s\n",
1.10 name, version, spi.pool + sp->name);
1.11 trans->system.packages[pkg - spkgs] |=
1.12 TRANS_PACKAGE_UPDATE;