From bee8bef31c7c7c245aa2ec74c49356694c7297b1 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 29 Jun 2018 15:55:44 +0800 Subject: [PATCH] src/strip.vala --- src/strip.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/strip.vala b/src/strip.vala index 9871c32..5ea5750 100644 --- a/src/strip.vala +++ b/src/strip.vala @@ -445,9 +445,9 @@ public class Strip : GLib.Object { var file_path = attachment.get_header("X-strip-path"); var fn = StripApplication.opt_target_path + "/" + file_path; var chksum = this.md5_file(fn); - var content_type = attachment.get_header("X-strip-content-type"); + var mime_filename = attachment.get_header("X-strip-content-type"); - GLib.error("GOT FN: %s | PATH: %s | CT: %s", filename, file_path, content_type); + GLib.error("GOT FN: %s | PATH: %s | CT: %s", filename, file_path, mime_filename); /* this.query(""" -- 2.39.2