diff options
Diffstat (limited to 'backend/backend.php')
-rwxr-xr-x | backend/backend.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/backend.php b/backend/backend.php index 9184694..c88f971 100755 --- a/backend/backend.php +++ b/backend/backend.php @@ -57,7 +57,7 @@ while (true) { $build->status=-1; $build->write(); $S['pdo']->query('UNLOCK TABLES'); - log_msg('Starting build id='.$build->id); + debug('Starting build id='.$build->id); $file=null; try { if ($conf['split_setup']) { |