summaryrefslogtreecommitdiff
path: root/buildmaster
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-07-11 21:00:33 +0200
committerErich Eckner <git@eckner.net>2019-07-11 21:00:33 +0200
commit3254fd4b2f1150ddfd0b3c5a92a5b05f632f7f77 (patch)
treee3cc1eafc379b57693dc76f28947c1b42263a90c /buildmaster
parente086bde7d373ca7989e9e3bd63859e22b167771b (diff)
downloadwebsite-3254fd4b2f1150ddfd0b3c5a92a5b05f632f7f77.tar.xz
buildmaster/build-log.php: clarify error message
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();