mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-19 16:46:01 +00:00
Correct debugging message.
This commit is contained in:
parent
67d4ea6c0a
commit
3f631667c6
@ -443,7 +443,7 @@ class CalDAVPrincipal
|
||||
break;
|
||||
|
||||
default:
|
||||
dbg_error_log( 'principal', "Request for unsupported property '%s' of principal.", $this->username );
|
||||
dbg_error_log( 'principal', "Request for unsupported property '%s' of principal '%s'.", $tag, $this->username );
|
||||
$not_found[] = $reply->Tag($tag);
|
||||
break;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user