diff --git a/public/API/ebayimg.php b/public/API/ebayimg.php index 300ca3415d0a94a67f7d788177ecb4720e1c39dc..600d0c166483450a7dcdcc33acadf7e613f383b9 100644 --- a/public/API/ebayimg.php +++ b/public/API/ebayimg.php @@ -18,5 +18,5 @@ if ($httpcode == 200) { header('Content-Type: ' . $contentType); echo ($content); } else { - die("Page not Found."); + die("Failed to fetch image, got " . $httpcode); }