made the color fix for black/white backgrounds

This commit is contained in:
Dhanya Maliakal
2017-12-14 14:29:07 +01:00
parent e7f7e0f280
commit 0649626842
6 changed files with 10 additions and 10 deletions

View File

@ -54,7 +54,7 @@ int read_config_file(string fname, int *tcpip_port_no, map<string, string> * con
if(sstr.good()) {
sstr >> sargname;
if(sscanf(sargname.c_str(),"%d",tcpip_port_no))
cprintf(DARKGRAY, "dataport: %d\n" , *tcpip_port_no);
cprintf(RESET, "dataport: %d\n" , *tcpip_port_no);
else{
cprintf(RED, "could not decode port in config file. Exiting.\n");
success = slsReceiverDefs::FAIL;