librazor/transaction.c
changeset 265 71b615b7c185
parent 248 057933050c42
child 269 03fc85294bc9
     1.1 --- a/librazor/transaction.c	Fri Jun 20 15:10:34 2008 -0400
     1.2 +++ b/librazor/transaction.c	Mon Jun 23 14:07:07 2008 -0400
     1.3 @@ -649,9 +649,11 @@
     1.4  
     1.5  		rpi->present[rp - rpi->start] |= TRANS_PROPERTY_SATISFIED;
     1.6  
     1.7 -		fprintf(stderr, "pulling in %s which provides %s %s %s "
     1.8 +		fprintf(stderr, "pulling in %s-%s.%s which provides %s %s %s "
     1.9  			"to satisfy %s %s %s\n",
    1.10  			ppi->pool + pkg->name,
    1.11 +			ppi->pool + pkg->version,
    1.12 +			ppi->pool + pkg->arch,
    1.13  			ppi->pool + pp->name,
    1.14  			razor_property_relation_to_string(pp),
    1.15  			ppi->pool + pp->version,