Skip to content

Commit

Permalink
修改拼写错误
Browse files Browse the repository at this point in the history
  • Loading branch information
qixiaobo committed Aug 21, 2019
1 parent a9b1a4b commit e48f7dc
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 @@ -154,7 +154,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 e48f7dc

Please sign in to comment.