cosmetic print outs

This commit is contained in:
Dhanya Maliakal
2017-12-01 12:43:14 +01:00
parent a06f29f473
commit d1e3d50a87
5 changed files with 57 additions and 62 deletions

View File

@ -113,16 +113,11 @@ slsReceiver::slsReceiver(int argc, char *argv[], int &success) {
//VERBOSE_PRINT("Read configuration file of " + iline + " lines");
}
catch(...){
FILE_LOG(logERROR) << "Error opening configuration file " << fname ;
FILE_LOG(logERROR) << "Coult not open configuration file " << fname ;
success = FAIL;
}
}
if(success != OK){
FILE_LOG(logERROR) << "Failed: see output above for more information " ;
}
if (success==OK){
FILE_LOG(logINFO) << "SLS Receiver starting " << udp_interface_type << " on port " << tcpip_port_no << endl;
#ifdef REST