From fd1fce90c3f36e80a2b5b1cd1e7fac2aaeb95242 Mon Sep 17 00:00:00 2001 From: Florian Schlichting Date: Wed, 30 Nov 2016 23:02:52 +0100 Subject: [PATCH] DAVPrincipal: fix logging labels --- inc/DAVPrincipal.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/DAVPrincipal.php b/inc/DAVPrincipal.php index 2d5d5101..74dd8a4b 100644 --- a/inc/DAVPrincipal.php +++ b/inc/DAVPrincipal.php @@ -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();