Debug message formatting gone wrong

This commit is contained in:
Mikael Nordfeldth 2016-01-14 13:52:11 +01:00
parent c173c4faa5
commit 2f1bfe126b

View File

@ -352,7 +352,7 @@ class MagicEnvelope
try { try {
$magicsig = $this->getKeyPair($profile, true); // Do discovery too if necessary $magicsig = $this->getKeyPair($profile, true); // Do discovery too if necessary
} catch (Exception $e) { } 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; return false;
} }