From 15cc3c28e2d84d1003972c38e68d1bdbcfa17004 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 14 Jul 2016 13:47:51 +0800 Subject: [PATCH] UpdateDatabase.php --- UpdateDatabase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UpdateDatabase.php b/UpdateDatabase.php index 7233722b..4f579d59 100644 --- a/UpdateDatabase.php +++ b/UpdateDatabase.php @@ -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; -- 2.39.2