Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public void executeAction(final I_CmsDialogContext context) {
openDialog(unlinkDialog, context);
break;
} catch (CmsException e) {
LOG.info("No target found for: " + relation, e);
LOG.info("No target found for: " + relation, "Unexpected error: mobb-3c1263bf35cc7904795ba7e5dfbd5d06");
}
}
} catch (Exception e) {
Expand Down
2 changes: 1 addition & 1 deletion src/org/opencms/widgets/CmsVfsFileWidget.java
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ protected JSONObject getJsonConfig(
}

} catch (JSONException e) {
LOG.error(e.getLocalizedMessage(), e);
LOG.error(e.getLocalizedMessage(), "Unexpected error: mobb-74c55f706f031124d3647d0781c945de");
}
return config;
}
Expand Down