[Openvas-commits] r10615 - in trunk/openvas-plugins: . scripts
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Mar 22 11:20:54 CET 2011
Author: mwiegand
Date: 2011-03-22 11:20:50 +0100 (Tue, 22 Mar 2011)
New Revision: 10615
Modified:
trunk/openvas-plugins/ChangeLog
trunk/openvas-plugins/scripts/system_characteristics.nasl
Log:
* scripts/system_characteristics.nasl: Output system characteristics
as a log message.
Modified: trunk/openvas-plugins/ChangeLog
===================================================================
--- trunk/openvas-plugins/ChangeLog 2011-03-22 09:29:16 UTC (rev 10614)
+++ trunk/openvas-plugins/ChangeLog 2011-03-22 10:20:50 UTC (rev 10615)
@@ -1,3 +1,8 @@
+2011-03-22 Michael Wiegand <michael.wiegand at greenbone.net>
+
+ * scripts/system_characteristics.nasl: Output system characteristics
+ as a log message.
+
2011-03-22 Henri Doreau <henri.doreau at greenbone.net>
* scripts/xml.inc: added a NULL check to prevent a warning to be
Modified: trunk/openvas-plugins/scripts/system_characteristics.nasl
===================================================================
--- trunk/openvas-plugins/scripts/system_characteristics.nasl 2011-03-22 09:29:16 UTC (rev 10614)
+++ trunk/openvas-plugins/scripts/system_characteristics.nasl 2011-03-22 10:20:50 UTC (rev 10615)
@@ -45,7 +45,7 @@
sc = get_kb_item ("system_characteristics");
if (sc)
{
- security_note (data: sc, proto: "OVAL-SC");
+ log_message (data: sc, proto: "OVAL-SC");
}
exit (0);
More information about the Openvas-commits
mailing list