Skip to content

Commit

Permalink
fix: fix log print (XiaoMi#748)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyifan27 committed Feb 3, 2021
1 parent 513d95f commit e090c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/simple_logger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ static void print_header(FILE *fp, dsn_log_level_t log_level)
time_str,
ts,
tid,
log_prefixed_message_func());
log_prefixed_message_func().c_str());
}

screen_logger::screen_logger(bool short_header) : logging_provider("./")
Expand Down

0 comments on commit e090c9c

Please sign in to comment.