]> source.dussan.org Git - rspamd.git/commitdiff
[Fix] Fix log parameter
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 25 Sep 2019 10:27:12 +0000 (11:27 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 25 Sep 2019 10:27:12 +0000 (11:27 +0100)
src/libmime/content_type.c

index ea48c0373da439f9d69c104f02520db50d645f3b..887800a3feb93fef528bce23634ebd2a9880d052 100644 (file)
@@ -801,7 +801,7 @@ rspamd_content_disposition_parse (const gchar *in,
        }
        else {
                msg_warn_pool ("cannot parse content disposition: %*s",
-                               (gint)len, val.lc_data);
+                               (gint)len, in);
        }
 
        return res;