Skip to content

Commit

Permalink
Merge pull request #107 from qixiaobo/fix-typo
Browse files Browse the repository at this point in the history
修改拼写错误
  • Loading branch information
alexxiyang authored Sep 5, 2020
2 parents a803f27 + e48f7dc commit ff7e1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/crazycake/shiro/RedisSessionDAO.java
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ protected Session doReadSession(Serializable sessionId) {
setSessionToThreadLocal(sessionId, session);
}
} catch (SerializationException e) {
logger.error("read session error. settionId=" + sessionId);
logger.error("read session error. sessionId=" + sessionId);
}
return session;
}
Expand Down

0 comments on commit ff7e1e5

Please sign in to comment.