Skip to content

Commit a4dbd35

Browse files
committed
Improve log message for creating directory errors, add detailed information for required write permission
1 parent 619ddfb commit a4dbd35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cherokee/error_list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
admin = '/general#tabs_general-0')
5959

6060
e('RRD_MKDIR_WRITE',
61-
title = "Cannot create the '%s' directory",
61+
title = "Could not create the '%s' directory or it doesn't have write permission",
6262
desc = SYSTEM_ISSUE,
6363
admin = '/general#tabs_general-0')
6464

0 commit comments

Comments
 (0)