Index: trunk/MagicSoft/Cosy/devdrv/macs.cc
===================================================================
--- trunk/MagicSoft/Cosy/devdrv/macs.cc	(revision 1690)
+++ trunk/MagicSoft/Cosy/devdrv/macs.cc	(revision 1699)
@@ -182,5 +182,5 @@
         case 0:
             lout << ddev(MLog::eGui);
-            lout << "- Relative positioning started (" << GetNodeName() << ")" << endl;
+            lout << "- Absolute positioning started (" << GetNodeName() << ")" << endl;
             lout << edev(MLog::eGui);
             return;
@@ -188,5 +188,5 @@
         case 1:
             lout << ddev(MLog::eGui);
-            lout << "- Absolute positioning started (" << GetNodeName() << ")" << endl;
+            lout << "- Relative positioning started (" << GetNodeName() << ")" << endl;
             lout << edev(MLog::eGui);
             return;
