summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone.pm')
-rw-r--r--perl-install/standalone.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone.pm b/perl-install/standalone.pm
index 1ed61d44d..553ec1e6c 100644
--- a/perl-install/standalone.pm
+++ b/perl-install/standalone.pm
@@ -10,7 +10,7 @@ if ($::isInstall) {
require 'log.pm';
log::l('ERROR: use standalone made during install :-(');
require common;
- log::l('backtrace: ' . common::backtrace());
+ log::l('backtrace: ' . backtrace());
}
$::isStandalone = 1;