mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-11-30 11:17:54 +08:00
[Improve] Fix placeholders should match arguments in log statement (#14850)
This commit is contained in:
parent
6406243db0
commit
11c8e0bdf1
@ -264,7 +264,7 @@ public class UdfFuncServiceImpl extends BaseServiceImpl implements UdfFuncServic
|
||||
try {
|
||||
doesResExist = storageOperate.exists(fullName);
|
||||
} catch (Exception e) {
|
||||
log.error("udf resource checking error", fullName);
|
||||
log.error("udf resource :{} checking error", fullName, e);
|
||||
result.setCode(Status.RESOURCE_NOT_EXIST.getCode());
|
||||
result.setMsg(Status.RESOURCE_NOT_EXIST.getMsg());
|
||||
return result;
|
||||
|
Loading…
Reference in New Issue
Block a user