diff --git a/src/utils.c b/src/utils.c index b29ba466..41df1a43 100644 --- a/src/utils.c +++ b/src/utils.c @@ -299,7 +299,7 @@ int set_nofile(int nofile) } else if (errno == EINVAL) { - LOGE("invalid fileno, decrease nofile and try again"); + LOGE("invalid nofile, decrease nofile and try again"); return -1; } else