未验证 提交 84a5c8c5 编写于 作者: J Jared Tan 提交者: GitHub

fix log output. (#2153)

上级 f9fb6933
......@@ -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);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册