mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-09-21 06:20:17 +00:00
DAVPrincipal: fix logging labels
This commit is contained in:
parent
d140547bc0
commit
fd1fce90c3
@ -453,7 +453,7 @@ class DAVPrincipal extends Principal
|
|||||||
function PrincipalProperty( $tag, $prop, &$reply, &$denied ) {
|
function PrincipalProperty( $tag, $prop, &$reply, &$denied ) {
|
||||||
global $c;
|
global $c;
|
||||||
|
|
||||||
dbg_error_log('principal',': RenderAsXML: Principal Property "%s"', $tag );
|
dbg_error_log('principal',':PrincipalProperty: Principal Property "%s"', $tag );
|
||||||
switch( $tag ) {
|
switch( $tag ) {
|
||||||
case 'DAV::getcontenttype':
|
case 'DAV::getcontenttype':
|
||||||
$reply->DAVElement( $prop, 'getcontenttype', 'httpd/unix-directory' );
|
$reply->DAVElement( $prop, 'getcontenttype', 'httpd/unix-directory' );
|
||||||
@ -581,7 +581,7 @@ class DAVPrincipal extends Principal
|
|||||||
function RenderAsXML( $properties, &$reply, $props_only = false ) {
|
function RenderAsXML( $properties, &$reply, $props_only = false ) {
|
||||||
global $request;
|
global $request;
|
||||||
|
|
||||||
dbg_error_log('principal',': RenderAsXML: Principal "%s"', $this->username );
|
dbg_error_log('principal',':RenderAsXML: Principal "%s"', $this->username );
|
||||||
|
|
||||||
$prop = new XMLElement('prop');
|
$prop = new XMLElement('prop');
|
||||||
$denied = array();
|
$denied = array();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user