diff --git a/src/util/iocLogServer.c b/src/util/iocLogServer.c index 78919fb28..cf2a91d34 100644 --- a/src/util/iocLogServer.c +++ b/src/util/iocLogServer.c @@ -468,7 +468,7 @@ getConfig() int status; char *pstring; - status = envGetIntegerConfigParam( + status = envGetLongConfigParam( &EPICS_IOC_LOG_PORT, &ioc_log_port); if(status<0){ @@ -486,7 +486,7 @@ getConfig() } #endif - status = envGetIntegerConfigParam( + status = envGetLongConfigParam( &EPICS_IOC_LOG_FILE_LIMIT, &ioc_log_file_limit); if(status<0){