From: Christian Weiske Date: Sun, 27 Aug 2017 20:39:10 +0000 (+0200) Subject: More specific error message X-Git-Tag: v0.5.0~4 X-Git-Url: https://git.cweiske.de/shpub.git/commitdiff_plain/69fec2594f370eeb8a73c83c70dbeb50855fe65d More specific error message --- diff --git a/src/shpub/Command/Targets.php b/src/shpub/Command/Targets.php index 8d76e77..57a22e5 100644 --- a/src/shpub/Command/Targets.php +++ b/src/shpub/Command/Targets.php @@ -36,7 +36,7 @@ class Command_Targets $data = json_decode($res->getBody(), true); if (!isset($data['syndicate-to'])) { - Log::err('"syndicate-to" property missing'); + Log::err('"syndicate-to" property missing in server response'); exit(2); }