Add more debug in plugin.

This commit is contained in:
Arkshine 2014-08-04 00:03:16 +02:00
parent 287cc1a0e8
commit b97093a778

View File

@ -205,7 +205,7 @@ public ReadCSDM_ParseStart(INIParser:handle)
public ReadCSDM_NewSection(INIParser:handle, const section[], bool:invalid_tokens, bool:close_bracket, bool:extra_tokens, curtok)
{
Debug && server_print("^tReadCSDM_NewSection - [%s]", section);
Debug && server_print("^tReadCSDM_NewSection - [%s] (invalid_tokens: '%s', close_bracked: '%s', extra_tokens: '%s')", section, invalid_tokens ? "yes" : "no", close_bracket ? "yes" : "no", extra_tokens ? "yes" : "no");
if (TrieKeyExists(ExpectedKVData, section))
{