Skip to content

Commit 3103a3a

Browse files
committed
update error message for better debug
1 parent 3320fdd commit 3103a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/uid2/operator/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ private static Vertx createVertx() {
457457
MBeanServer server = ManagementFactory.getPlatformMBeanServer();
458458
server.registerMBean(AdminApi.instance, objectName);
459459
} catch (InstanceAlreadyExistsException | MBeanRegistrationException | NotCompliantMBeanException | MalformedObjectNameException e) {
460-
LOGGER.error(e.getMessage(), e);
460+
LOGGER.error("mBean initialisation failed {}", e.getMessage(), e);
461461
System.exit(-1);
462462
}
463463

0 commit comments

Comments
 (0)