diff --git a/inc/CalDAVPrincipal.php b/inc/CalDAVPrincipal.php index 8b184f98..9987ec9d 100644 --- a/inc/CalDAVPrincipal.php +++ b/inc/CalDAVPrincipal.php @@ -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; }