made updatereceiver to actually update client in parameters that it can

This commit is contained in:
Dhanya Maliakal
2017-07-03 17:37:31 +02:00
parent 26f9b1ccbd
commit 460a44a9b1
9 changed files with 42 additions and 34 deletions

View File

@ -59,7 +59,7 @@ void HDF5File::PrintMembers() {
} else if (datatype == PredType::STD_U32LE) {
FILE_LOG(logINFO) << "Data Type: 32";
} else {
FILE_LOG(logERROR) << BG_RED,"unknown data type";
FILE_LOG(logERROR) << "unknown data type";
}
}