Removed extra space in Log::FormatLine
This commit is contained in:
@@ -148,7 +148,7 @@ namespace XPC
|
|||||||
|
|
||||||
WriteTime(fd);
|
WriteTime(fd);
|
||||||
WriteLevel(fd, level);
|
WriteLevel(fd, level);
|
||||||
std::fprintf(fd, "%s| ", tag.c_str());
|
std::fprintf(fd, "%s|", tag.c_str());
|
||||||
std::vfprintf(fd, format.c_str(), args);
|
std::vfprintf(fd, format.c_str(), args);
|
||||||
std::fprintf(fd, "\n");
|
std::fprintf(fd, "\n");
|
||||||
std::fflush(fd);
|
std::fflush(fd);
|
||||||
|
|||||||
Reference in New Issue
Block a user