remove warning

This commit is contained in:
Dhanya Maliakal 2017-11-30 19:07:05 +01:00
parent 70bf6eb4cb
commit e9343a5bd0

View File

@ -572,6 +572,7 @@ void UDPBaseImplementation::setStreamingPort(const uint32_t i) {
int UDPBaseImplementation::restreamStop() {
FILE_LOG(logWARNING) << __AT__ << " doing nothing...";
FILE_LOG(logERROR) << __AT__ << " must be overridden by child classes";
return OK;
}
/***callback functions***/