mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-04 11:35:06 +03:00
Fixed extra new line in logger
This commit is contained in:
@@ -20,7 +20,7 @@ namespace Nuake
|
||||
log
|
||||
};
|
||||
|
||||
std::string msg = "[" + std::string(buff) + "]" + std::string(" - ") + log + "\n";
|
||||
std::string msg = "[" + std::string(buff) + "]" + std::string(" - ") + log;
|
||||
std::cout << msg << std::endl;
|
||||
|
||||
if (m_Logs.size() >= MAX_LOG)
|
||||
|
||||
Reference in New Issue
Block a user