feat: Update 2 files
This commit is contained in:
@@ -142,7 +142,11 @@ namespace dropshell
|
||||
service.service_template_hash_match = false;
|
||||
|
||||
if (it == variables.end())
|
||||
error << "Variable TEMPLATE_HASH not found in the service " << filenames::template_info_env << " for "<<server_name << " - "<< service.template_name << std::endl;
|
||||
{
|
||||
// For backward compatibility with services created before hash mechanism
|
||||
debug << "TEMPLATE_HASH not found in " << filenames::template_info_env << " for " << server_name << " - " << service.template_name
|
||||
<< " (service may have been created before hash tracking was implemented)" << std::endl;
|
||||
}
|
||||
else if (tinfo.is_set())
|
||||
{
|
||||
std::string template_hash_str = it->second;
|
||||
|
||||
Reference in New Issue
Block a user