summaryrefslogtreecommitdiff
path: root/plugins/NewAwaySysMod/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/NewAwaySysMod/src/stdafx.h')
-rw-r--r--plugins/NewAwaySysMod/src/stdafx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewAwaySysMod/src/stdafx.h b/plugins/NewAwaySysMod/src/stdafx.h
index 1c2966b9be..466f31ffd9 100644
--- a/plugins/NewAwaySysMod/src/stdafx.h
+++ b/plugins/NewAwaySysMod/src/stdafx.h
@@ -321,7 +321,7 @@ static __inline int LogMessage(const char *Format, ...)
va_start(va, Format);
mir_vsnprintf(szText + (_countof(LOG_PREFIX) - 1), sizeof(szText) - (_countof(LOG_PREFIX) - 1), Format, va);
va_end(va);
- return CallService(MS_NETLIB_LOG, NULL, (LPARAM)szText);
+ return Netlib_Log(NULL, szText);
}
__inline int CallAllowedPS_SETAWAYMSG(const char *szProto, int iMode, const wchar_t *szMsg)