From 3f631667c6e2d8b6917fe99134fcf5c2ff321359 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Thu, 25 Jun 2009 09:26:02 +1200 Subject: [PATCH] Correct debugging message. --- inc/CalDAVPrincipal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }