From bf55ac34d4425a272bf19a83179b3fcdc76c2d92 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Sun, 14 Jul 2024 06:42:30 -0500 Subject: [PATCH] see if we can't find out why we are getting errors --- src/api/health_form.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 {