Debug bad http response to 409

master
Keith Irwin 2022-09-10 15:00:13 -06:00
parent e5acd59c46
commit f4f0523d23
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 2 additions and 1 deletions

View File

@ -25,4 +25,5 @@ elif [ "${2}" == '' ]
fi
# Send response
printf "${status}${content_type}Date: $(date)\n\n${body}\n"
printf "${status}${content_type}Date: $(date)\n\n$(cat)\n" >>"${LOGFDILE}"
printf "${status}${content_type}Date: $(date)\n\n$(cat)\n"