summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'backend/backend.php')
-rwxr-xr-xbackend/backend.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/backend.php b/backend/backend.php
index 6bf0bd7..9184694 100755
--- a/backend/backend.php
+++ b/backend/backend.php
@@ -86,9 +86,9 @@ while (true) {
xhtmlemail('"'.$owner->name.'" <'.$owner->email.'>', null, $conf['title'].' build failed', 'Your build has failed. You can find more information at <a href="'.url('logs/'.$build->id).'">'.url('logs/'.$build->id).'</a>');
}
$build->finish=time();
- log_msg('Finished with build id='.$build->id);
+ debug('Finished with build id='.$build->id);
if (isset($file)) {
- log_msg("Completed build successfully");
+ debug("Completed build successfully");
if ($conf['split_setup']) {
$build->status=-127;
$build->write();