Skip to content
Snippets Groups Projects
Commit a4115df2 authored by rswindell's avatar rswindell
Browse files

LOG_NOTICEs are logged in the NT event log as EVENTLOG_INFORMATION_TYPE

(instead of EVENTLOG_SUCCESS).
parent aa80cde8
No related branches found
No related tags found
No related merge requests found
......@@ -268,7 +268,6 @@ static WORD event_type(int level)
case LOG_WARNING:
return(EVENTLOG_WARNING_TYPE);
case LOG_NOTICE:
return(EVENTLOG_SUCCESS);
case LOG_INFO:
case LOG_DEBUG:
return(EVENTLOG_INFORMATION_TYPE);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment