- Timestamp:
- 06/27/11 13:27:32 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/fadctrl.cc
r11192 r11194 1246 1246 fStatus1 = stat1; 1247 1247 fStatus2 = stat2; 1248 fStatusT = IsThreadRunning();1248 fStatusT = runs; 1249 1249 UpdateConnectionStatus(stat1, stat2, IsThreadRunning()); 1250 1250 } … … 1259 1259 1260 1260 if (nconnecting1>0 || nconnecting2>0 || nconnected1!=nconnected2) 1261 {1262 cout << nconnecting1 << " " << nconnecting2 << " " << nconnected1 << " " << nconnected2 << endl;1263 1264 if (nconnecting2>0)1265 for (int i=0; i<40; i++)1266 cout << i << ": " << GetNumConnected(i) << " " <<IsConnected(i) << " " << IsConnecting(i) << " " << IsDisconnected(i) << endl;1267 1268 1261 return FAD::kConnecting; 1269 }1270 1262 1271 1263 // nconnected1 == nconnected2 == 0
Note:
See TracChangeset
for help on using the changeset viewer.