Skip to content

Commit

Permalink
[Minor] Fix format string
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Mar 19, 2019
1 parent e49164c commit 436dbee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libserver/worker_util.c
Expand Up @@ -535,7 +535,7 @@ rspamd_worker_set_limits (struct rspamd_main *rspamd_main,
rlmt.rlim_max = (rlim_t) cf->rlimit_nofile;

if (setrlimit (RLIMIT_NOFILE, &rlmt) == -1) {
msg_warn_main ("cannot set files rlimit: %d, %s",
msg_warn_main ("cannot set files rlimit: %L, %s",
cf->rlimit_nofile,
strerror (errno));
}
Expand Down

0 comments on commit 436dbee

Please sign in to comment.