Revision: 233
Author: martin2812
Date: Thu Sep  2 02:13:00 2010
Log: language
http://code.google.com/p/monit/source/detail?r=233

Modified:
 /trunk/http/cervlet.c

=======================================
--- /trunk/http/cervlet.c       Thu Sep  2 01:18:14 2010
+++ /trunk/http/cervlet.c       Thu Sep  2 02:13:00 2010
@@ -602,7 +602,7 @@
       return;
     }
     if(s->doaction != ACTION_IGNORE) {
- send_error(res, SC_SERVICE_UNAVAILABLE, "Other action in progress already -- try again later"); + send_error(res, SC_SERVICE_UNAVAILABLE, "Other action already in progress -- please try again later");
       return;
     }
     s->doaction = doaction;
@@ -649,7 +649,7 @@
           return;
         }
         if(s->doaction != ACTION_IGNORE) {
- send_error(res, SC_SERVICE_UNAVAILABLE, "Other action in progress already -- try again later"); + send_error(res, SC_SERVICE_UNAVAILABLE, "Other action already in progress -- please try again later");
           return;
         }


_______________________________________________
monit-dev mailing list
monit-dev@nongnu.org
http://lists.nongnu.org/mailman/listinfo/monit-dev

Reply via email to