summaryrefslogtreecommitdiff
path: root/buildmaster
diff options
context:
space:
mode:
Diffstat (limited to 'buildmaster')
-rw-r--r--buildmaster/build-log.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildmaster/build-log.php b/buildmaster/build-log.php
index e02e121..e3fdaef 100644
--- a/buildmaster/build-log.php
+++ b/buildmaster/build-log.php
@@ -28,7 +28,7 @@ $result = mysql_run_query(
);
if ($result -> num_rows != 1)
- throw_http_error(404, 'Not Found', 'No logs found for this package.');
+ throw_http_error(404, 'Not Found', 'No logs found in the mysql database for this package.');
$result = $result -> fetch_assoc();