aboutsummaryrefslogtreecommitdiff
path: root/app/Models/Feed.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2018-11-15 17:07:05 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2018-11-15 17:07:05 +0100
commit6122a45d9a60fb52cbb83cb649dbf928c6446149 (patch)
treee90336c6c1bc5ffdc5f3f009a3e15a29d3a645e6 /app/Models/Feed.php
parente3052d63850e9ee71a500d0380564a1906e6b15c (diff)
Minor additional WebSub debug
Diffstat (limited to 'app/Models/Feed.php')
-rw-r--r--app/Models/Feed.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Models/Feed.php b/app/Models/Feed.php
index acf3bd981..fc7ed8c68 100644
--- a/app/Models/Feed.php
+++ b/app/Models/Feed.php
@@ -619,6 +619,7 @@ class FreshRSS_Feed extends Minz_Model {
$info = curl_getinfo($ch);
Minz_Log::warning('PubSubHubbub ' . ($state ? 'subscribe' : 'unsubscribe') . ' to ' . $url .
+ ' via hub ' . $hubJson['hub'] .
' with callback ' . $callbackUrl . ': ' . $info['http_code'] . ' ' . $response, PSHB_LOG);
if (substr($info['http_code'], 0, 1) == '2') {