summaryrefslogtreecommitdiff
path: root/lib/Multi/Core.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Multi/Core.pm')
-rw-r--r--lib/Multi/Core.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Multi/Core.pm b/lib/Multi/Core.pm
index 6f94f860..2d9ea85f 100644
--- a/lib/Multi/Core.pm
+++ b/lib/Multi/Core.pm
@@ -123,7 +123,7 @@ sub log { # level, msg
close $F;
# (debug) log to stdout as well...
- #printf "[%s] %s\n", scalar localtime, $msg;
+ $VNDB::DEBUG && printf "[%s] %s\n", scalar localtime, $msg;
}