see if we can't find out why we are getting errors

This commit is contained in:
Chris Cochrun 2024-07-14 06:42:30 -05:00
parent b55003df79
commit bf55ac34d4

View file

@ -499,7 +499,10 @@ pub async fn health_form(MultipartForm(form): MultipartForm<HealthForm>) -> Http
HttpResponse::Ok().body(html.into_string()) 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! { let html = html! {
div class="mt-8" { div class="mt-8" {
h2 { h2 {