Skip to content

Commit

Permalink
Removing the griiiiiit
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsc committed Jul 1, 2022
1 parent 21a0d2a commit 9227048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/log.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ void log_in_progress::operator|(formatter&& message)
stream_ << get_timestamp(std::time(nullptr));
}
}
stream_ << prefix_ << sanitize_log(message.str()) << "griiiiiit";
stream_ << prefix_ << sanitize_log(message.str());
}

void log_in_progress::set_indent(int level) {
Expand Down

0 comments on commit 9227048

Please sign in to comment.