Removed redundant newline
This commit is contained in:
parent
cafe9ccb7c
commit
ce51a094c2
@ -60,5 +60,5 @@ void ConLogWriter::WriteNetPacket(NetPacket& packet)
|
|||||||
NetHandlers::NetMsg_ToString(packet.type, ss, packet.data);
|
NetHandlers::NetMsg_ToString(packet.type, ss, packet.data);
|
||||||
ss << "\n";
|
ss << "\n";
|
||||||
fputs(ss.str().c_str(), m_outputFp);
|
fputs(ss.str().c_str(), m_outputFp);
|
||||||
std::clog << ss.str() << std::endl;
|
std::clog << ss.str();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user