summaryrefslogtreecommitdiffstats
path: root/urpmi
diff options
context:
space:
mode:
Diffstat (limited to 'urpmi')
-rwxr-xr-xurpmi4
1 files changed, 4 insertions, 0 deletions
diff --git a/urpmi b/urpmi
index 6dd0cf08..f6baca16 100755
--- a/urpmi
+++ b/urpmi
@@ -247,6 +247,10 @@ unless ($bug || $install_src || $env || $urpm->{options}{'allow-force'} || $root
Use --allow-force to force operation.", $urpm::sys::mountpoint));
}
+unless ($bug || $env || $test) {
+ sys_log("called with: $command_line");
+}
+
my ($pid_out, $pid_err);
if ($logfile && !$INC{"Devel/Trace.pm"}) {
bug_log(scalar localtime, " urpmi called with $command_line\n");