X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=send.c;h=d78980495eeb56f5b9c3d683f3cd610293a71d53;hp=6f988dd0eee637b6920561c4eb7765c5230a61fe;hb=2f0ad939a786df928a8b5d489692fbe11cf8c9d3;hpb=25bf57d598476b329536fa3f748cc0c529fef6bd diff --git a/send.c b/send.c index 6f988dd..d789804 100644 --- a/send.c +++ b/send.c @@ -25,6 +25,7 @@ #include "lib/mem.h" #include "lib/intl.h" #include "lib/str.h" +#include "lib/debug.h" #include #include @@ -1208,10 +1209,8 @@ int ci_send_message (int flags, /* send mode */ } if (!tempfp) { - dprint (1, - (debugfile, - "newsend_message: can't create tempfile %s (errno=%d)\n", - msg->content->filename, errno)); + debug_print (1, ("can't create tempfile %s (errno=%d)\n", + msg->content->filename, errno)); mutt_perror (msg->content->filename); goto cleanup; }