From: Vsevolod Stakhov Date: Thu, 15 Aug 2019 14:56:04 +0000 (+0100) Subject: [Minor] Oops: another format string X-Git-Tag: 2.0~413 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e49e683f0614b5f10a3c2f9d13c8cbdaf739364d;p=rspamd.git [Minor] Oops: another format string --- diff --git a/src/libserver/composites.c b/src/libserver/composites.c index df77c4f07..33926f6e5 100644 --- a/src/libserver/composites.c +++ b/src/libserver/composites.c @@ -272,10 +272,9 @@ rspamd_composite_process_single_symbol (struct composites_data *cd, msg_debug_composites ("symbol %s in composite %s misses required option %s", sym, cd->composite->sym, - ms->score, - cur_opt->type == RSPAMD_COMPOSITE_OPTION_PLAIN ? + (cur_opt->type == RSPAMD_COMPOSITE_OPTION_PLAIN ? cur_opt->data.match : - rspamd_regexp_get_pattern (cur_opt->data.re)); + rspamd_regexp_get_pattern (cur_opt->data.re))); ms = NULL; break;