Fixed bugs with lexer
This commit is contained in:
@@ -115,7 +115,7 @@ namespace LXC::Util
|
||||
if (log.is_open()) _UNLIKELY
|
||||
{
|
||||
// Opening symbol to make the log look fancy //
|
||||
log << "[LXC-M] \"";
|
||||
log << "[LXC] \"";
|
||||
|
||||
// Fowards the arguments to the log and flushes //
|
||||
(log << ... << args);
|
||||
@@ -135,7 +135,7 @@ namespace LXC::Util
|
||||
if (log.is_open()) _UNLIKELY
|
||||
{
|
||||
// Opening symbol to make log look fancy //
|
||||
log << "[LXC-S] ";
|
||||
log << "[LXC] ";
|
||||
|
||||
// Logic if it can call LogStr() //
|
||||
if constexpr (HasLogStrFunc<T>)
|
||||
|
||||
Reference in New Issue
Block a user