diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-08-31 21:33:25 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-08-31 21:33:25 +0000 |
commit | 595e889a7bde73cd3be922fd0757e8f7b47b10d8 (patch) | |
tree | 1af810413a59b2dc1578ca8a1739e7d897a73c80 /perl-install/c/stuff.xs.pm | |
parent | 64d4b55d1524f56b2102d21920f2c94ea06040f3 (diff) | |
download | drakx-backup-do-not-use-595e889a7bde73cd3be922fd0757e8f7b47b10d8.tar drakx-backup-do-not-use-595e889a7bde73cd3be922fd0757e8f7b47b10d8.tar.gz drakx-backup-do-not-use-595e889a7bde73cd3be922fd0757e8f7b47b10d8.tar.bz2 drakx-backup-do-not-use-595e889a7bde73cd3be922fd0757e8f7b47b10d8.tar.xz drakx-backup-do-not-use-595e889a7bde73cd3be922fd0757e8f7b47b10d8.zip |
no_comment
Diffstat (limited to 'perl-install/c/stuff.xs.pm')
-rw-r--r-- | perl-install/c/stuff.xs.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/c/stuff.xs.pm b/perl-install/c/stuff.xs.pm index 87ee1c98e..395b97173 100644 --- a/perl-install/c/stuff.xs.pm +++ b/perl-install/c/stuff.xs.pm @@ -797,7 +797,7 @@ rpmRunTransactions(trans, callbackOpen, callbackClose, callbackMessage, force) } if (rpmRunTransactions(trans, rpmRunTransactions_callback, NULL, NULL, &probs, 0, force ? ~0 : ~RPMPROB_FILTER_DISKSPACE)) { int i; - printf("rpmRunTransactions finished, errors occured %d\n", probs->numProblems); fflush(stdout); + /* printf("rpmRunTransactions finished, errors occured %d\n", probs->numProblems); fflush(stdout); */ EXTEND(SP, probs->numProblems); for (i = 0; i < probs->numProblems; i++) { PUSHs(sv_2mortal(newSVpv(rpmProblemString(probs->probs[i]), 0))); |