Commit 3dab8a39 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

config_CreateDir: error -> warning

parent 271b3d59
...@@ -356,7 +356,7 @@ int config_CreateDir( vlc_object_t *p_this, const char *psz_dirname ) ...@@ -356,7 +356,7 @@ int config_CreateDir( vlc_object_t *p_this, const char *psz_dirname )
} }
} }
msg_Err( p_this, "could not create %s: %m", psz_dirname ); msg_Warn( p_this, "could not create %s: %m", psz_dirname );
return -1; return -1;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment