fix log output. (#2153)

This commit is contained in:
Jared Tan 2019-01-12 21:42:52 +08:00 committed by GitHub
parent f9fb69336e
commit 84a5c8c546
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ import com.google.gson.JsonObject;
import java.util.Objects;
import org.apache.skywalking.oap.server.core.*;
import org.apache.skywalking.oap.server.core.cache.ServiceInventoryCache;
import org.apache.skywalking.oap.server.core.register.*;
import org.apache.skywalking.oap.server.core.register.ServiceInventory;
import org.apache.skywalking.oap.server.core.register.worker.InventoryProcess;
import org.apache.skywalking.oap.server.library.module.ModuleManager;
import org.apache.skywalking.oap.server.library.util.BooleanUtils;
@ -100,7 +100,7 @@ public class ServiceInventoryRegister implements IServiceInventoryRegister {
InventoryProcess.INSTANCE.in(serviceInventory);
} else {
logger.warn("Service {} properties update, but not found in storage.");
logger.warn("Service {} properties update, but not found in storage.", serviceId);
}
}