[Openvas-commits] r5520 - in trunk/openvas-client: . openvas/prefs_dialog
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Oct 13 18:31:34 CEST 2009
Author: mattm
Date: 2009-10-13 18:31:33 +0200 (Tue, 13 Oct 2009)
New Revision: 5520
Modified:
trunk/openvas-client/ChangeLog
trunk/openvas-client/openvas/prefs_dialog/prefs_scope_tree.c
Log:
* openvas/prefs_dialog/prefs_scope_tree.c
(scopetree_add_new_with_parent) [USE_OMP]: Add missing format specifier.
Modified: trunk/openvas-client/ChangeLog
===================================================================
--- trunk/openvas-client/ChangeLog 2009-10-13 16:25:40 UTC (rev 5519)
+++ trunk/openvas-client/ChangeLog 2009-10-13 16:31:33 UTC (rev 5520)
@@ -1,3 +1,8 @@
+2009-10-13 Matthew Mundell <matthew.mundell at intevation.de>
+
+ * openvas/prefs_dialog/prefs_scope_tree.c
+ (scopetree_add_new_with_parent) [USE_OMP]: Add missing format specifier.
+
2009-10-13 Felix Wolfsteller <felix.wolfsteller at intevation.de>
* openvas/comm.c (omp_send_files)[USE_OMP]: Closed mem leaks, changed
Modified: trunk/openvas-client/openvas/prefs_dialog/prefs_scope_tree.c
===================================================================
--- trunk/openvas-client/openvas/prefs_dialog/prefs_scope_tree.c 2009-10-13 16:25:40 UTC (rev 5519)
+++ trunk/openvas-client/openvas/prefs_dialog/prefs_scope_tree.c 2009-10-13 16:31:33 UTC (rev 5520)
@@ -446,7 +446,7 @@
}
else
{
- show_error (_("%: called with illegal type"), __FUNCTION__);
+ show_error (_("%s: called with illegal type"), __FUNCTION__);
return NULL;
}
}
More information about the Openvas-commits
mailing list