From: Mikael Nordfeldth Date: Thu, 14 Jan 2016 12:52:11 +0000 (+0100) Subject: Debug message formatting gone wrong X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2f1bfe126b0325cf069572eff58223fa2d65afaf;p=quix0rs-gnu-social.git Debug message formatting gone wrong --- diff --git a/plugins/OStatus/lib/magicenvelope.php b/plugins/OStatus/lib/magicenvelope.php index da3106b2cf..a60880dd7e 100644 --- a/plugins/OStatus/lib/magicenvelope.php +++ b/plugins/OStatus/lib/magicenvelope.php @@ -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; }