tool/CommandMaster.cpp
changeset 1166 006244d53f68
parent 1143 09ee878d7214
child 1363 11c0b2caa253
--- a/tool/CommandMaster.cpp	Mon Jul 28 14:06:03 2008 +0000
+++ b/tool/CommandMaster.cpp	Mon Jul 28 14:28:43 2008 +0000
@@ -47,7 +47,7 @@
     m.getMaster(&data);
 
     cout
-        << "Master" << masterIndex << endl
+        << "Master" << m.getIndex() << endl
         << "  Phase: ";
 
     switch (data.phase) {