Skip to content

Commit

Permalink
change log
Browse files Browse the repository at this point in the history
  • Loading branch information
jinqiming committed Mar 31, 2019
1 parent 3c8ad7a commit 8cc5737
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/msghandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ function parseContentIfChatroom (fromType, fromUser, msg) {
msg.Content = group[2]
msg.ChatRoomUser = this.getChatroomUser(fromUser, group[1])
} else {
logger.warn('parse chatroom content fail:', msg.Content)
logger.info('can not find room user from content:', msg.Content)
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chatwe",
"version": "1.0.4",
"version": "1.0.5",
"description": "this is a wechat client sdk. using the protocol of web wechat.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8cc5737

Please sign in to comment.