index : website | |
Archlinux32 website - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
-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(); |