tool/CommandMaster.cpp
changeset 1580 1baac79a40cf
parent 1530 96629de2202b
child 1804 742607c464c4
--- a/tool/CommandMaster.cpp	Thu Nov 19 14:39:10 2009 +0100
+++ b/tool/CommandMaster.cpp	Thu Nov 19 14:44:57 2009 +0100
@@ -91,6 +91,7 @@
     }
 
     cout << endl
+        << "  Active: " << (data.active ? "yes" : "no") << endl
         << "  Slaves: " << data.slave_count << endl
         << "  Ethernet devices:" << endl;