mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-06-12 05:30: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 ) {
|
||||
global $c;
|
||||
|
||||
dbg_error_log('principal',': RenderAsXML: Principal Property "%s"', $tag );
|
||||
dbg_error_log('principal',':PrincipalProperty: Principal Property "%s"', $tag );
|
||||
switch( $tag ) {
|
||||
case 'DAV::getcontenttype':
|
||||
$reply->DAVElement( $prop, 'getcontenttype', 'httpd/unix-directory' );
|
||||
@ -581,7 +581,7 @@ class DAVPrincipal extends Principal
|
||||
function RenderAsXML( $properties, &$reply, $props_only = false ) {
|
||||
global $request;
|
||||
|
||||
dbg_error_log('principal',': RenderAsXML: Principal "%s"', $this->username );
|
||||
dbg_error_log('principal',':RenderAsXML: Principal "%s"', $this->username );
|
||||
|
||||
$prop = new XMLElement('prop');
|
||||
$denied = array();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user