This commit is contained in:
Eugene Zhuravlev
2012-06-21 23:13:26 +02:00
parent b40bb4467c
commit 9f9e02d29f
@@ -242,7 +242,7 @@ public class ThreadDumpAction extends AnAction implements AnAction.TransparentUp
monitorTypeName = monitor.referenceType().name();
}
catch (Throwable e) {
monitorTypeName = "Error getting monitor type: '" + e.getMessage() + "'";
monitorTypeName = "Error getting object type: '" + e.getMessage() + "'";
}
return DebuggerBundle.message("threads.export.attribute.label.object-id", Long.toHexString(monitor.uniqueID()), monitorTypeName);
}