From 1f0b0e7a2047320d6808ac565eb35d66905252fd Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 11 Mar 2019 17:12:17 +0300 Subject: code cleaning for old shitty helper --- plugins/Variables/src/variables.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/Variables/src/variables.cpp') diff --git a/plugins/Variables/src/variables.cpp b/plugins/Variables/src/variables.cpp index 479f18d34b..ddad427cd9 100644 --- a/plugins/Variables/src/variables.cpp +++ b/plugins/Variables/src/variables.cpp @@ -355,7 +355,7 @@ wchar_t* formatString(FORMATINFO *fi) if ((fi->eCount + fi->pCount) > 5000) { fi->eCount++; fi->pCount++; - log_debugA("Variables: Overflow protection; %d parses", (fi->eCount + fi->pCount)); + log_debug(0, "Variables: Overflow protection; %d parses", (fi->eCount + fi->pCount)); return nullptr; } @@ -416,7 +416,7 @@ int LoadVarModule() registerAliasTokens(); registerMetaContactsTokens(); - log_debugA("Variables: Internal tokens registered"); + log_debug(0, "Variables: Internal tokens registered"); if (g_plugin.getByte(SETTING_PARSEATSTARTUP, 0)) { FORMATINFO fi = { 0 }; @@ -427,7 +427,7 @@ int LoadVarModule() mir_free(fi.szFormat.w); } } - log_debugA("Variables: Init done"); + log_debug(0, "Variables: Init done"); return 0; } -- cgit v1.2.3