diff -r 7b656881e771 -r 435d7f36f13d tools/Master.cpp --- a/tools/Master.cpp Thu Jun 26 13:41:42 2008 +0000 +++ b/tools/Master.cpp Thu Jun 26 13:42:23 2008 +0000 @@ -198,7 +198,8 @@ << hex << setw(8) << config.vendor_id << endl << "Product code: 0x" << hex << setw(8) << config.product_code << endl - << "Attached: " << (config.attached ? "yes" : "no") << endl; + << "Attached: " << (config.attached ? "yes" : "no") << endl + << "Operational: " << (config.operational ? "yes" : "no") << endl; for (j = 0; j < 16; j++) { if (config.syncs[j].pdo_count) {