feat: Update 5 and remove 1 files
All checks were successful
Build-Test-Publish / build (linux/amd64) (push) Successful in 53s
Build-Test-Publish / build (linux/arm64) (push) Successful in 2m55s

This commit is contained in:
Your Name
2025-08-29 19:20:52 +12:00
parent 04d240bbd2
commit 6a77e538dd
6 changed files with 89 additions and 216 deletions

View File

@@ -140,7 +140,7 @@ namespace dropshell
{ // determine if the service template hash matches the template hash.
auto it = variables.find("TEMPLATE_HASH");
if (it == variables.end())
error << "Variable TEMPLATE_HASH not found in the service " << filenames::template_info_env << std::endl;
error << "Variable TEMPLATE_HASH not found in the service " << filenames::template_info_env << " for "<<server_name << " - "<< service.template_name << std::endl;
else if (tinfo.is_set())
{
uint64_t service_template_hash = std::stoull(it->second);