Fix namespace in template function

This commit is contained in:
Roland Rossgotterer
2019-10-08 20:37:37 +02:00
committed by Mat Sutcliffe
parent 139690457d
commit 4d3da8450f

View File

@@ -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 {};
}