diff --git a/crates/dav/src/proppatch.rs b/crates/dav/src/proppatch.rs index 746f97a..c4cfe29 100644 --- a/crates/dav/src/proppatch.rs +++ b/crates/dav/src/proppatch.rs @@ -10,6 +10,7 @@ use crate::Error; use actix_web::http::header::ContentType; use actix_web::http::StatusCode; use actix_web::{web::Path, HttpRequest, HttpResponse}; +use log::debug; use rustical_auth::{AuthInfoExtractor, CheckAuthentication}; use serde::{Deserialize, Serialize}; @@ -54,6 +55,8 @@ pub async fn route_proppatch::Prop> { set: set_els, @@ -158,6 +161,7 @@ pub async fn route_proppatch