Add log for missing group

This commit is contained in:
phunkyfish 2024-02-25 09:08:45 +00:00
parent 6872797278
commit 738507d43a

View File

@ -439,6 +439,8 @@ OctonetGroup* OctonetData::FindGroup(const std::string& name)
return &group;
}
kodi::Log(ADDON_LOG_ERROR, "Could not find group: %s, in available groups from the server");
return nullptr;
}