monit-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[monit-dev] [monit] r233 committed - language


From: monit
Subject: [monit-dev] [monit] r233 committed - language
Date: Thu, 02 Sep 2010 09:13:52 +0000

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;
         }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]