diff --git a/src/api/health_form.rs b/src/api/health_form.rs index 116f13b..eb67078 100644 --- a/src/api/health_form.rs +++ b/src/api/health_form.rs @@ -499,7 +499,10 @@ pub async fn health_form(MultipartForm(form): MultipartForm) -> Http HttpResponse::Ok().body(html.into_string()) } _ => { - log::error!("Got registration error....."); + log::error!( + "Got registration error possibly. Here is what the registration was: {}", + registration.as_str() + ); let html = html! { div class="mt-8" { h2 {