debugging statements

This commit is contained in:
Dhanya Maliakal
2015-05-12 14:28:13 +02:00
parent 15bbb099d3
commit d9809925af
2 changed files with 34 additions and 3 deletions

View File

@ -1950,9 +1950,8 @@ int UDPStandardImplementation::startWriting(){
currframenum = tempframenum;
pthread_mutex_unlock(&progress_mutex);
}
#ifdef VERYDEBUG
if(myDetectorType == EIGER)
cout << endl <<ithread << " tempframenum:" << dec << tempframenum << " curframenum:" << currframenum << endl;
#ifdef EIGER_DEBUG2
cout << endl <<ithread << " tempframenum:" << dec << tempframenum << " curframenum:" << currframenum << endl;
#endif