Remove unnescessary message
Signed-off-by: Tyrolyean <tyrolyean@tyrolyean.net>
This commit is contained in:
parent
1cb8f8344a
commit
c5a56b373b
1 changed files with 0 additions and 2 deletions
|
@ -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){
|
||||
|
||||
|
|
Loading…
Reference in a new issue