librazor/transaction.c
changeset 294 d7ecddf38c3d
parent 284 6e19775d8930
child 301 4124c37fd953
     1.1 --- a/librazor/transaction.c	Wed Jun 25 20:53:48 2008 -0400
     1.2 +++ b/librazor/transaction.c	Sat Jun 28 18:33:15 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;