merge new cache branch
[claws.git] / src / matcher.c
index 5d5d2d27dc7878558f6f043e30a0bf2aaffad2be..5a4005f3dbfea89942f7d8a672cba72d9887f9e9 100644 (file)
@@ -305,7 +305,7 @@ gboolean matcherprop_match_execute(MatcherProp * prop, MsgInfo * info)
                return FALSE;
 
        retval = system(cmd);
-       debug_print(_("Command exit code: %i\n"), retval);
+       debug_print(_("Command exit code: %d\n"), retval);
 
        return (retval == 0);
 }