Skip to content

Commit

Permalink
🎮 Added "===started===" separator to log file
Browse files Browse the repository at this point in the history
  • Loading branch information
ohlidalp authored and AnotherFoxGuy committed Dec 20, 2017
1 parent 0b69cf3 commit a26ea2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/server/logger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ namespace Logger {
s_file = fopen(s_log_filename.c_str(),
"a+"); // FIXME: This will fail on Windows, UTF-8 paths are not supported.
// TODO Windows: research and convert the path to UTF-16

fprintf(s_file, "%s\n", "============================== RoR-Server started ==============================");
}

void SetLogLevel(const LogType type, const LogLevel level) {
Expand Down

0 comments on commit a26ea2b

Please sign in to comment.