Skip to content

Commit 13f52b5

Browse files
SilverDavmmoqui
SilverDav
authored andcommitted
Bug #14720: PK of the node is now displayed in the error log
1 parent 8438c37 commit 13f52b5

File tree

1 file changed

+1
-0
lines changed
  • core-library/src/main/java/org/silverpeas/core/node/dao

1 file changed

+1
-0
lines changed

core-library/src/main/java/org/silverpeas/core/node/dao/NodeDAO.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,7 @@ public NodeDetail resultSet2NodeDetail(ResultSet rs, NodePK nodePK) throws SQLEx
607607
nd.setRightsDependsOn(String.valueOf(rightsDependsOn));
608608
return (nd);
609609
} catch (ParseException e) {
610+
SilverLogger.getLogger(this).error("Error in resultSet2NodeDetail: NodePK={0}",pk,e);
610611
throw new NodeRuntimeException("The creation date of the node isn't correctly formatted!");
611612
}
612613
}

0 commit comments

Comments
 (0)