提交 5397e9d4 编写于 作者: S Serge Rider

Logging fix

上级 2c713078
......@@ -78,7 +78,7 @@ public class DBWorkbench {
public static <T> T getService(@NotNull Class<T> serviceType) {
T service = ServiceRegistry.getInstance().getService(serviceType);
if (service == null) {
log.error("Service '" + serviceType.getName() + "' not found");
log.debug("Service '" + serviceType.getName() + "' not found");
}
return service;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册