Don't warn when finding unknown services in ServiceChecker

This commit is contained in:
unknown
2014-05-13 17:18:08 +02:00
parent b3e40462e2
commit 51ef752259
2 changed files with 2 additions and 3 deletions

View File

@ -107,7 +107,6 @@ public class TFM_ServiceChecker
final ServiceStatus service = services.get(pair.getKey());
if (service == null)
{
TFM_Log.warning("ServiceChecker found unknown service: " + pair.getKey());
continue;
}