tool/CommandConfig.cpp
changeset 1148 1762296870bd
parent 1147 0eac1ee8512a
child 1156 ecaf2a896ea3
--- a/tool/CommandConfig.cpp	Fri Jul 25 08:54:59 2008 +0000
+++ b/tool/CommandConfig.cpp	Fri Jul 25 09:08:12 2008 +0000
@@ -128,7 +128,7 @@
         if (configIter->slave_position != -1) {
             m.getSlave(&slave, configIter->slave_position);
             cout << configIter->slave_position
-                << " (" << alStateString(slave.state) << ")" << endl;
+                << " (" << alStateString(slave.al_state) << ")" << endl;
         } else {
             cout << "none" << endl;
         }
@@ -245,7 +245,7 @@
             str.clear();
             str.str("");
 
-            str << alStateString(slave.state);
+            str << alStateString(slave.al_state);
             info.state = str.str();
             str.clear();
             str.str("");