Parcourir la source

[Minor] Eh, one more fix for the format string

Noticed by: @citrin
tags/3.3
Vsevolod Stakhov il y a 1 an
Parent
révision
1da2169a07
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2
    2
      src/hs_helper.c

+ 2
- 2
src/hs_helper.c Voir le fichier

@@ -154,8 +154,8 @@ rspamd_hs_helper_cleanup_dir (struct hs_helper_ctx *ctx, gboolean forced)
!rspamd_re_cache_is_valid_hyperscan_file (ctx->cfg->re_cache,
globbuf.gl_pathv[i], TRUE, TRUE, &err)) {
if (unlink (globbuf.gl_pathv[i]) == -1) {
msg_err ("cannot unlink %s: %s (reason for expiration: %e)", globbuf.gl_pathv[i],
strerror(errno));
msg_err ("cannot unlink %s: %s; reason for expiration: %e", globbuf.gl_pathv[i],
strerror(errno), err);
ret = FALSE;
}
else {

Chargement…
Annuler
Enregistrer