diff --git a/pandora_agents/ChangeLog b/pandora_agents/ChangeLog index 2125627a00..d6e0bc2788 100644 --- a/pandora_agents/ChangeLog +++ b/pandora_agents/ChangeLog @@ -1,3 +1,8 @@ +2013-09-12 Ramon Novoa + + * win32/modules/pandora_module_logevent.cc: Write to the log file + (instead of the debug log) if Wevtapi.dll cannot be found. + 2013-08-13 Ramon Novoa * unix/pandora_agent: Display proxy mode errors in the log file. diff --git a/pandora_agents/win32/modules/pandora_module_logevent.cc b/pandora_agents/win32/modules/pandora_module_logevent.cc index 2a42bd59ed..e20ad0995d 100755 --- a/pandora_agents/win32/modules/pandora_module_logevent.cc +++ b/pandora_agents/win32/modules/pandora_module_logevent.cc @@ -95,7 +95,7 @@ Pandora_Module_Logevent::Pandora_Module_Logevent (string name, string source, st if (WINEVENT == NULL) { // Log to the bedug log, since this is not an error - pandoraDebug ("Error loading library Wevtapi.dll"); + pandoraLog ("Library Wevtapi.dll not available"); return; }