You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!DebugManager::Get()->GetFunctionCall(amx, amx->cip, dest))
165
+
{
166
+
OmpLoggerComponent::Get()->getCore()->logLn(LogLevel::Warning, "Invalid logs result id %i", static_cast<int>(params[idx]));
167
+
}
168
+
else
169
+
{
170
+
OmpLoggerComponent::Get()->getCore()->logLn(LogLevel::Warning, "Invalid logs result id %i (%s:%i)", static_cast<int>(params[idx]), dest.file, static_cast<int>(dest.line));
0 commit comments