]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Debug message formatting gone wrong
authorMikael Nordfeldth <mmn@hethane.se>
Thu, 14 Jan 2016 12:52:11 +0000 (13:52 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Thu, 14 Jan 2016 12:52:11 +0000 (13:52 +0100)
plugins/OStatus/lib/magicenvelope.php

index da3106b2cfe3a0eadb0f202310bcaa31242c58dd..a60880dd7e2e5d856edc5b191a9c42212b52214d 100644 (file)
@@ -352,7 +352,7 @@ class MagicEnvelope
         try {
             $magicsig = $this->getKeyPair($profile, true);    // Do discovery too if necessary
         } catch (Exception $e) {
-            common_log(LOG_DEBUG, "Salmon error: getKeyPair for profile id=='.$profile->getID().': ".$e->getMessage());
+            common_log(LOG_DEBUG, "Salmon error: getKeyPair for profile id=={$profile->getID()}: "._ve($e->getMessage()));
             return false;
         }