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

@ -33,7 +33,7 @@ UDPInterface * UDPInterface::create(string receiver_type){
}
#endif
else{
FILE_LOG(logWARNING) << "[ERROR] UDP interface not supported, using standard implementation";
FILE_LOG(logERROR) << "UDP interface not supported, using base implementation";
return new UDPBaseImplementation();
}
}