index : website | |
Archlinux32 website - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2019-07-11 21:00:33 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-07-11 21:00:33 +0200 |
commit | 3254fd4b2f1150ddfd0b3c5a92a5b05f632f7f77 (patch) | |
tree | e3cc1eafc379b57693dc76f28947c1b42263a90c /buildmaster/build-log.php | |
parent | e086bde7d373ca7989e9e3bd63859e22b167771b (diff) |
-rw-r--r-- | buildmaster/build-log.php | 2 |
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(); |