Date: Tuesday, January 9, 2007 @ 20:36:05
  Author: marc
    Path: /cvsroot/carob/carob/src

Modified: ControllerPingSender.cpp (1.5 -> 1.6)

Fixed typo in log message


--------------------------+
 ControllerPingSender.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: carob/src/ControllerPingSender.cpp
diff -u carob/src/ControllerPingSender.cpp:1.5 
carob/src/ControllerPingSender.cpp:1.6
--- carob/src/ControllerPingSender.cpp:1.5      Thu Dec 21 23:23:17 2006
+++ carob/src/ControllerPingSender.cpp  Tue Jan  9 20:36:05 2007
@@ -78,7 +78,7 @@
       if (isErrorEnabled())
       {
         logError(fctName, 
-            wstring(L"Time shift detected. Manually changing system date/time 
can lead to errorneous controller failure detections!")
+            wstring(L"Time shift detected. Manually changing system date/time 
can lead to erroneous controller failure detections!")
             + L"\nSleep lasted " + toUserString(diffMs)
             + L"ms instead of "+ toUserString(ping_delay_in_ms));
       }

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to