Skip to content

Commit

Permalink
【修复】日志类型使用错误
Browse files Browse the repository at this point in the history
Signed-off-by: chenyong <[email protected]>
  • Loading branch information
Lawlieta committed Oct 10, 2018
1 parent 49e6809 commit 7eff985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/onenet_http.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
{ \
if (webclient_header_fields_add(session, fmt, ##__VA_ARGS__) < 0) \
{ \
LOG_E("webclient add header failed!"); \
log_e("webclient add header failed!"); \
goto __exit; \
} \
} while(0); \
Expand Down

0 comments on commit 7eff985

Please sign in to comment.