2013-09-12 Ramon Novoa <rnovoa@artica.es>

* win32/modules/pandora_module_logevent.cc: Write to the log file
	  (instead of the debug log) if Wevtapi.dll cannot be found.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8762 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
ramonn 2013-09-12 08:20:43 +00:00
parent 05037374d3
commit dcbc5aba2e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2013-09-12 Ramon Novoa <rnovoa@artica.es>
* 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 <rnovoa@artica.es>
* unix/pandora_agent: Display proxy mode errors in the log file.

View File

@ -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;
}