]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
$target was klantigtly copied from another debug message
authorMikael Nordfeldth <mmn@hethane.se>
Mon, 11 Jan 2016 19:10:38 +0000 (20:10 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Mon, 11 Jan 2016 19:10:38 +0000 (20:10 +0100)
plugins/OStatus/classes/HubSub.php

index 68151b19a1ad9f49447453f034450a9b6be596a5..4d4b3e429bfdf2df6c0f11af441f04eaf52f47de 100644 (file)
@@ -307,7 +307,7 @@ class HubSub extends Managed_DataObject
         if (is_null($response)) {
             // This means we got a lower-than-HTTP level error, like domain not found or maybe connection refused
             // This should be using a more distinguishable exception class, but for now this will do.
-            throw new Exception(sprintf(_m('HTTP request failed without response to URL: %s'), var_export($target, true)));
+            throw new Exception(sprintf(_m('HTTP request failed without response to URL: %s'), _ve(isset($httpscallback) ? $httpscallback : $this->callback)));
         }
 
         // TRANS: Exception. %1$s is a response status code, %2$s is the body of the response.