diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-07-29 03:22:46 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-07-29 03:22:46 +0000 |
commit | 0e3a2146721b927c123d378a859b41648607c573 (patch) | |
tree | 093ebdcbb89c537c65291297d9ad8461ee3603ad | |
parent | 5e0fb202f33123a89ed415650998ee7050e9766e (diff) | |
download | urpmi-0e3a2146721b927c123d378a859b41648607c573.tar urpmi-0e3a2146721b927c123d378a859b41648607c573.tar.gz urpmi-0e3a2146721b927c123d378a859b41648607c573.tar.bz2 urpmi-0e3a2146721b927c123d378a859b41648607c573.tar.xz urpmi-0e3a2146721b927c123d378a859b41648607c573.zip |
Enable to use Devel::Trace with urpmi
-rwxr-xr-x | urpmi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -236,7 +236,7 @@ Use --allow-force to force operation.", $urpm::sys::mountpoint)); my ($pid_out, $pid_err); open SAVEOUT, ">&STDOUT"; select SAVEOUT; $| = 1; open SAVEERR, ">&STDERR"; select SAVEERR; $| = 1; -if ($log) { +if ($log && !$INC{"Devel/Trace.pm"}) { #- log only at this point in case of query usage. log_it(scalar localtime, " urpmi called with $command_line\n"); |