mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
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
6d1e75f62c
commit
f09b303f2f
@ -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>
|
2013-08-13 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
* unix/pandora_agent: Display proxy mode errors in the log file.
|
* 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) {
|
if (WINEVENT == NULL) {
|
||||||
|
|
||||||
// Log to the bedug log, since this is not an error
|
// Log to the bedug log, since this is not an error
|
||||||
pandoraDebug ("Error loading library Wevtapi.dll");
|
pandoraLog ("Library Wevtapi.dll not available");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user