rgmanager: Fix dependency issue related to ordering (RHEL5)
On 01/05/2012 10:57 AM, Lon Hohberger wrote:
@@ -521,8 +523,8 @@ define default_service_event_handler()
(s_trans,,,,,, s_state) = service_status(service_name, 1);
if ((s_state == "started") and (state == "started") and
(d_trans>= s_trans)) {
- %debug("S:", service_name, " trans ", s_trans);
- %debug("D:", services[x], " trans ", d_trans);
+ debug("S:", service_name, " trans ", s_trans);
+ debug("D:", services[x], " trans ", d_trans);
debug("Skipping ", services[x],
"; restart not needed");
Oops, the above won't be part of the patch set once merged.
-- Lon
|