tool/CommandMaster.cpp
changeset 1544 cfcaf46c5b3f
parent 1530 96629de2202b
child 1804 742607c464c4
--- a/tool/CommandMaster.cpp	Mon Oct 19 13:12:40 2009 +0200
+++ b/tool/CommandMaster.cpp	Mon Oct 19 13:13:55 2009 +0200
@@ -91,6 +91,7 @@
     }
 
     cout << endl
+        << "  Active: " << (data.active ? "yes" : "no") << endl
         << "  Slaves: " << data.slave_count << endl
         << "  Ethernet devices:" << endl;