Revision 7038
Added by ben leinfelder almost 13 years ago
src/edu/ucsb/nceas/metacat/dataone/D1NodeService.java | ||
---|---|---|
716 | 716 |
for (Person p : personList) { |
717 | 717 |
// for the primary person |
718 | 718 |
if (p.getSubject().equals(subject)) { |
719 |
logMetacat.debug("checking person"); |
|
720 |
logMetacat.debug("p.getVerified(): " + p.getVerified()); |
|
719 | 721 |
if (p.getVerified() != null && p.getVerified()) { |
720 | 722 |
// add the verified symbolic user |
721 | 723 |
if (!subjects.contains(verifiedSubject)) { |
Also available in: Unified diff
added debug logging
https://redmine.dataone.org/issues/2429