Skip to content

Commit

Permalink
fix(fsd): Add level to log message
Browse files Browse the repository at this point in the history
  • Loading branch information
ltoenning committed Oct 13, 2024
1 parent 9f94af6 commit 3c6a8c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blackcore/fsd/fsdclient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ namespace BlackCore::Fsd

if (!m_statistics && (CBuildConfig::isLocalDeveloperDebugBuild() || (sApp && sApp->getOwnDistribution().isRestricted())))
{
CLogMessage("Enabled network statistics");
CLogMessage(this).info(u"Enabled network statistics");
m_statistics = true;
}
}
Expand Down

0 comments on commit 3c6a8c7

Please sign in to comment.