fix typo in log message

This commit is contained in:
ritschwumm
2017-01-28 11:49:49 +01:00
committed by GitHub
parent 6b7fd7fb7b
commit 123c17d442

View File

@@ -22,7 +22,7 @@ trait AccountService {
}
if(account.isEmpty){
logger.info(s"Failed to authentication: $userName")
logger.info(s"Failed to authenticate: $userName")
}
account