updated to the current pikotools api from branch api2021
This commit is contained in:
@@ -77,7 +77,7 @@ protected:
|
||||
{
|
||||
log << log2 << "Method POST, name: \"" << name << "\"";
|
||||
|
||||
if( log_value_size > 0 && !PT::IsSubStringNoCase(L"pass", name.c_str()) )
|
||||
if( log_value_size > 0 && !PT::is_substr_nc(L"pass", name.c_str()) )
|
||||
{
|
||||
log << ", value: ";
|
||||
|
||||
|
Reference in New Issue
Block a user