Skip to content

Commit

Permalink
Merge pull request #364 from neoqmin/tistory_change_log_type
Browse files Browse the repository at this point in the history
Fixed #363 tistory의 category list 오류를 error에서 warn으로 변경
  • Loading branch information
kimalec committed Oct 22, 2015
2 parents 87f3aba + 9f28f83 commit 6501058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/tistory.js
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ function _getCategoryIds(target_api_url, accessToken, get, cb) {
catch (e) {
e.statusCode = 500;
e.routerMessage = "Fail to get category info";
log.error(e);
log.warn(e);
category = [];
cb(e);
}
Expand Down

0 comments on commit 6501058

Please sign in to comment.