[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[monit-dev] [monit] r232 committed - language
From: |
monit |
Subject: |
[monit-dev] [monit] r232 committed - language |
Date: |
Thu, 02 Sep 2010 08:18:57 +0000 |
Revision: 232
Author: martin2812
Date: Thu Sep 2 01:18:14 2010
Log: language
http://code.google.com/p/monit/source/detail?r=232
Modified:
/trunk/http/cervlet.c
=======================================
--- /trunk/http/cervlet.c Fri Aug 27 15:50:32 2010
+++ /trunk/http/cervlet.c Thu Sep 2 01:18:14 2010
@@ -602,7 +602,7 @@
return;
}
if(s->doaction != ACTION_IGNORE) {
- send_error(res, SC_SERVICE_UNAVAILABLE, "Other action in progres
already -- try again later");
+ send_error(res, SC_SERVICE_UNAVAILABLE, "Other action in progress
already -- 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 progres
already -- try again later");
+ send_error(res, SC_SERVICE_UNAVAILABLE, "Other action in
progress already -- try again later");
return;
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [monit-dev] [monit] r232 committed - language,
monit <=