diff --git a/iis/mymodule.cpp b/iis/mymodule.cpp index 726a1e08..04b1438c 100644 --- a/iis/mymodule.cpp +++ b/iis/mymodule.cpp @@ -1310,7 +1310,7 @@ BOOL CMyHttpModule::WriteEventViewerLog(LPCSTR szNotification, WORD category) // Write any strings to the Event Viewer and return. return ReportEvent( m_hEventLog, - category, 0, 0, + category, 0, 0x1, NULL, 1, 0, &szNotification, NULL ); } return FALSE;