From 49ef0459cd2f5c2ca3f968109ff7c94464f3b63d Mon Sep 17 00:00:00 2001
From: Jonas Leder <jonas@jonasled.de>
Date: Fri, 18 Mar 2022 10:20:32 +0100
Subject: [PATCH] update error message

---
 public/API/ebayimg.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/API/ebayimg.php b/public/API/ebayimg.php
index 600d0c1..50649f1 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("Failed to fetch image, got " . $httpcode);
+    die("Failed to fetch image, server responded with " . $httpcode);
 }
-- 
GitLab