summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xurpmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmi b/urpmi
index 3137dd19..efe19300 100755
--- a/urpmi
+++ b/urpmi
@@ -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");