libCom: Fix routine name in error message

This commit is contained in:
Andrew Johnson
2015-06-18 10:56:43 -05:00
parent fbd2d4dd31
commit a613a96ad3

View File

@@ -27,7 +27,7 @@ epicsShareFunc void epicsShareAPI
(char *) & yes, sizeof ( yes ) );
if ( status < 0 ) {
errlogPrintf (
"epicsSocketEnablePortUseForDatagramFanout: "
"epicsSocketEnableAddressReuseDuringTimeWaitState: "
"unable to set SO_REUSEADDR?\n");
}
}