Remove unnescessary message

Signed-off-by: Tyrolyean <tyrolyean@tyrolyean.net>
This commit is contained in:
Tyrolyean 2020-04-30 23:09:54 +02:00
parent 1cb8f8344a
commit c5a56b373b
No known key found for this signature in database
GPG key ID: 81EC9BAC5E9667C6

View file

@ -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){