Update source/src/services.cpp
This commit is contained in:
@@ -150,7 +150,7 @@ namespace dropshell
|
||||
if (!template_hash_str.empty())
|
||||
service_template_hash = std::stoull(template_hash_str);
|
||||
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
|
||||
{
|
||||
|
Reference in New Issue
Block a user