Update source/src/services.cpp
All checks were successful
Build-Test-Publish / build (linux/amd64) (push) Successful in 39s
Build-Test-Publish / build (linux/arm64) (push) Successful in 1m4s

This commit is contained in:
Your Name
2025-09-01 21:24:33 +12:00
parent 01db396d2e
commit e8a201a4af

View File

@@ -150,7 +150,7 @@ namespace dropshell
if (!template_hash_str.empty()) if (!template_hash_str.empty())
service_template_hash = std::stoull(template_hash_str); service_template_hash = std::stoull(template_hash_str);
service.service_template_hash_match = (service_template_hash == tinfo.hash()); service.service_template_hash_match = (service_template_hash == tinfo.hash());
debug << "Service template hash: " << service_template_hash << " == " << tinfo.hash() << std::endl; //debug << "Service template hash: " << service_template_hash << " == " << tinfo.hash() << std::endl;
} }
else else
{ {