Debug message formatting gone wrong

This commit is contained in:
Mikael Nordfeldth 2016-01-14 13:52:11 +01:00
parent c173c4faa5
commit 2f1bfe126b
1 changed files with 1 additions and 1 deletions

View 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;
}