Revision 8723
Added by ben leinfelder almost 11 years ago
src/edu/ucsb/nceas/metacat/annotation/BioPortalService.java | ||
---|---|---|
56 | 56 |
} |
57 | 57 |
} |
58 | 58 |
} catch (Exception e) { |
59 |
logMetacat.error("Could not lookup BioPortal annotation for text= " + text, e);
|
|
59 |
logMetacat.error("Could not lookup BioPortal annotation for text=" + text, e); |
|
60 | 60 |
} |
61 | 61 |
|
62 | 62 |
return null; |
Also available in: Unified diff
remove extra space in log message