[Openvas-commits] r10559 - in trunk/gsa: . src

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Mar 16 09:38:48 CET 2011


Author: mattm
Date: 2011-03-16 09:38:48 +0100 (Wed, 16 Mar 2011)
New Revision: 10559

Modified:
   trunk/gsa/ChangeLog
   trunk/gsa/src/gsad.c
Log:
	* src/gsad.c (exec_omp_post): Reword down message slightly.

Modified: trunk/gsa/ChangeLog
===================================================================
--- trunk/gsa/ChangeLog	2011-03-16 08:16:31 UTC (rev 10558)
+++ trunk/gsa/ChangeLog	2011-03-16 08:38:48 UTC (rev 10559)
@@ -1,5 +1,9 @@
 2011-03-16  Matthew Mundell <matthew.mundell at greenbone.net>
 
+	* src/gsad.c (exec_omp_post): Reword down message slightly.
+
+2011-03-16  Matthew Mundell <matthew.mundell at greenbone.net>
+
 	Tell the user when the login fails because the manager is down.
 
 	* src/gsad.c (exec_omp_post): Update authenticate call.  Add message if

Modified: trunk/gsa/src/gsad.c
===================================================================
--- trunk/gsa/src/gsad.c	2011-03-16 08:16:31 UTC (rev 10558)
+++ trunk/gsa/src/gsad.c	2011-03-16 08:38:48 UTC (rev 10559)
@@ -1802,7 +1802,7 @@
                                      "<token></token>"
                                      "<time>%s</time>"
                                      "</login_page>",
-                                     ret == 2 ? "  Manager is down." : "",
+                                     ret == 2 ? "  OMP service is down." : "",
                                      ctime_now);
               res = xsl_transform (xml);
               g_free (xml);



More information about the Openvas-commits mailing list