From 4d3da8450f62158dc7de60049ddb030c393770e4 Mon Sep 17 00:00:00 2001 From: Roland Rossgotterer Date: Tue, 8 Oct 2019 20:37:37 +0200 Subject: [PATCH] Fix namespace in template function --- src/blackcore/afv/connection/apiserverconnection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {}; }