From c5a56b373b56be6af5d03ae837abcc3fb45a3c91 Mon Sep 17 00:00:00 2001 From: Tyrolyean Date: Thu, 30 Apr 2020 23:09:54 +0200 Subject: [PATCH] Remove unnescessary message Signed-off-by: Tyrolyean --- src/attach.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/attach.c b/src/attach.c index a3006ab..309584a 100644 --- a/src/attach.c +++ b/src/attach.c @@ -348,8 +348,6 @@ int replace_files(struct email_t* mail, const char* dirname, bool* created){ /* Create the directory for the file */ if(!(*created)){ *created = true; - fprintf(stderr, "Failed to create storage directory %s!", - dirname); if(mkdir(dirname, S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH) < 0){