summaryrefslogtreecommitdiff
path: root/classes/dbupdater.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/dbupdater.php')
-rw-r--r--classes/dbupdater.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/dbupdater.php b/classes/dbupdater.php
index 01c6a59f1..70cea881b 100644
--- a/classes/dbupdater.php
+++ b/classes/dbupdater.php
@@ -45,7 +45,7 @@ class DbUpdater {
if ($html_output)
print "<pre>$line</pre>";
else
- print "\t$line\n";
+ print " * $line\n";
if (strpos($line, "--") !== 0 && $line) {
try {