sorted receiver client interface, more consistent

This commit is contained in:
Dhanya Maliakal
2017-07-03 13:31:17 +02:00
parent f8c04a6a51
commit b03e35a8d6
6 changed files with 384 additions and 245 deletions

View File

@@ -278,7 +278,7 @@ void UDPBaseImplementation::setFilePath(const char c[]){
else
FILE_LOG(logWARNING) << "FilePath does not exist: " << filePath;
}
FILE_LOG(logDEBUG) << "Info: File path: " << filePath;
FILE_LOG(logINFO) << "Info: File path: " << filePath;
}
void UDPBaseImplementation::setFileIndex(const uint64_t i){