UpdateDatabase.php
[Pman.Core] / UpdateDatabase.php
index 7233722..4f579d5 100644 (file)
@@ -407,7 +407,7 @@ class Pman_Core_UpdateDatabase extends Pman
                     }
                     $matches = array();
                     if (!preg_match('/^ERROR\s+([0-9]+)/', $line, $matches)) {
-                        echo "OK - {$line}\n"; flush();
+                        echo " ---- {$line}\n"; flush();
                         continue;
                     }
                     $continue =0;