diff --git a/src/blackcore/afv/connection/apiserverconnection.h b/src/blackcore/afv/connection/apiserverconnection.h index 404781aa5..a96eb085d 100644 --- a/src/blackcore/afv/connection/apiserverconnection.h +++ b/src/blackcore/afv/connection/apiserverconnection.h @@ -105,7 +105,7 @@ namespace BlackCore { if (! m_isAuthenticated) { - CLogMessage(this).debug(u"AFV not authenticated"); + BlackMisc::CLogMessage(this).debug(u"AFV not authenticated"); return {}; }