summaryrefslogtreecommitdiff
path: root/classes/dbupdater.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-03-07 06:44:59 +0300
committerAndrew Dolgov <[email protected]>2019-03-07 06:44:59 +0300
commite91223ec7d41cc15a24117fd42f3a00c87eee201 (patch)
tree033c9b12f3e6fc58c3889a4db1417a2d210ebe1e /classes/dbupdater.php
parent91cfd9c391c9c243b9a9ead6ca856740f156a38e (diff)
update CLI schema updater with newer warnings
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 {