feat: Update 5 and remove 1 files
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user