mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-08-03 19:15:45 +00:00
Don't warn when finding unknown services in ServiceChecker
This commit is contained in:
parent
b3e40462e2
commit
51ef752259
2 changed files with 2 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
|||
#Build Number for ANT. Do not edit!
|
||||
#Tue May 13 17:10:36 CEST 2014
|
||||
build.number=843
|
||||
#Tue May 13 17:17:37 CEST 2014
|
||||
build.number=844
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue