From 3254fd4b2f1150ddfd0b3c5a92a5b05f632f7f77 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 11 Jul 2019 21:00:33 +0200 Subject: buildmaster/build-log.php: clarify error message --- buildmaster/build-log.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildmaster') 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(); -- cgit v1.2.3