Correct debugging message.

This commit is contained in:
Andrew McMillan 2009-06-25 09:26:02 +12:00
parent 67d4ea6c0a
commit 3f631667c6

View File

@ -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;
}