From 92bb66abe2a5c45095b511b99a18416a2b852047 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Fri, 19 Nov 2010 23:10:33 +1300 Subject: [PATCH] Actually fix that debug message properly. --- inc/CalDAVPrincipal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/CalDAVPrincipal.php b/inc/CalDAVPrincipal.php index b3d67d7d..c9d37662 100644 --- a/inc/CalDAVPrincipal.php +++ b/inc/CalDAVPrincipal.php @@ -249,7 +249,7 @@ class CalDAVPrincipal $this->write_proxy_for = null; $this->read_proxy_for = null; - dbg_error_log( 'principal', ' User: %s (%d) URL: %s, Home: %s, By Email: %d', $this->username, $this->user_no, $this->path, $this->url, $this->by_email ); + dbg_error_log( 'principal', ' User: %s (%d) URL: %s, Home: %s, By Email: %d', $this->username, $this->user_no, $this->url, $this->principal_url, $this->by_email ); }