Skip to content

Commit

Permalink
log error (alibaba#4799)
Browse files Browse the repository at this point in the history
  • Loading branch information
jzdayz committed Jan 28, 2021
1 parent 51bc113 commit 0e42a75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public void init() {
ObjectName oName = new ObjectName(this.name + ":type=" + TaskManager.class.getSimpleName());
ManagementFactory.getPlatformMBeanServer().registerMBean(this, oName);
} catch (Exception e) {
LOGGER.error("registerMBean_fail", "注册mbean出错", e);
LOGGER.error("registerMBean_fail", e);
}
}
}

0 comments on commit 0e42a75

Please sign in to comment.