fix another error in the log message
This commit is contained in:
@ -937,7 +937,7 @@ dav_create(dav_node **nodep, dav_node *parent, const char *name, uid_t uid,
|
||||
if (ret == EEXIST)
|
||||
syslog(LOG_MAKEPRI(LOG_DAEMON, LOG_ERR),
|
||||
_("File %s exists on the server but should not. "
|
||||
"Maybe it is an error in the servers LOCK impementation. "
|
||||
"Maybe it is an error in the server's LOCK impementation. "
|
||||
"You may try option 'use_locks 0' in davfs2.conf."),
|
||||
(*nodep)->path);
|
||||
|
||||
|
Reference in New Issue
Block a user