X-Git-Url: https://git.cweiske.de/shpub.git/blobdiff_plain/bb34295b8772673294bc77c9f4ce93af57281208..8ed6fa09d116dc02ff089dcffe8bb177c59a9d8e:/src/shpub/Command/Targets.php 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); }