Raise severity when we can't create a directory
This commit is contained in:
parent
3adaea6ec8
commit
7f474c1ec9
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ makedirs(const char *path)
|
|||
}
|
||||
r = errno;
|
||||
|
||||
tvhlog(LOG_DEBUG, "dvr", "Unable to create directory \"%s\" -- %s",
|
||||
tvhlog(LOG_ERR, "dvr", "Unable to create directory \"%s\" -- %s",
|
||||
path, strerror(r));
|
||||
return r;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue