summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadek Podgorny <radek@podgorny.cz>2022-07-02 17:52:07 +0200
committerRadek Podgorny <radek@podgorny.cz>2022-07-02 17:52:07 +0200
commit3f0835bfd5dfc37330826f016987d0c117b0e00c (patch)
treec137b01d51c5f818830a66c86689e7329e4988a0
parent9becf9437f344df4891073994d79ae91a58343fb (diff)
parent569e1c65ad18bbe8e7bf74b395cc689d8e404ca6 (diff)
downloadunionfs-fuse-git-3f0835bfd5dfc37330826f016987d0c117b0e00c.tar.gz
Merge branch 'master' of ssh://github.com/rpodgorny/unionfs-fuse
-rw-r--r--src/cow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cow.c b/src/cow.c
index c4b7f8f..6df533e 100644
--- a/src/cow.c
+++ b/src/cow.c
@@ -54,7 +54,7 @@ static int do_create(const char *path, int nbranch_ro, int nbranch_rw) {
res = mkdir(dirp, buf.st_mode);
if (res == -1) {
- USYSLOG(LOG_DAEMON, "Creating %s failed: \n", dirp);
+ USYSLOG(LOG_ERR, "Creating %s failed: \n", dirp);
RETURN(1);
}