Skip to content

Commit

Permalink
Fix art for authentication
Browse files Browse the repository at this point in the history
This will fix the art for exceptions when authenticating. The art
was based on the users UUID but should be generated per exception type
and should not be unique per user.
  • Loading branch information
pablothedude committed Jan 10, 2019
1 parent f2cce28 commit 3907d54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ public function switchLocale(SwitchLocaleCommand $command)
*/
public function processCommand($command)
{
$messageTemplate = 'Exception when saving Identity[%s]: with command "%s", error: "%s"';
$messageTemplate = 'Exception when saving Identity "%s": with command "%s", error: "%s"';

try {
$result = $this->commandService->execute($command);
Expand Down

0 comments on commit 3907d54

Please sign in to comment.