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:
parent
05037374d3
commit
dcbc5aba2e
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue