This commit is contained in:
Dhanya Maliakal
2015-10-29 17:34:19 +01:00
parent 963717215f
commit 4c85a27f10
2 changed files with 23 additions and 21 deletions

View File

@ -299,7 +299,7 @@ void UDPBaseImplementation::setEthernetInterface(const char* c){
FILE_LOG(logDEBUG) << __AT__ << " starting";
strcpy(eth, c);
FILE_LOG(logINFO) << "Ethernet Interface:" << eth;
FILE_LOG(logINFO) << "Ethernet Interface: " << eth;
}