Skip to content

Commit

Permalink
added some debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaskowicz1 committed Dec 18, 2023
1 parent cf7eb51 commit 9bb8722
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ void FDR::read_console() {
console_file.close();

for (const std::string& log : strings) {
std::cout << "log line: " << log << "\n";
if (log.find("[JOIN]") != std::string::npos) {
std::string msg = dpp::unicode_emoji::green_circle + pretify_log_line(log);

Expand Down

0 comments on commit 9bb8722

Please sign in to comment.