Debug message formatting gone wrong
This commit is contained in:
parent
c173c4faa5
commit
2f1bfe126b
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user