Merge branch '4978-TextContentViewer' of https://github.com/wschaeferB/autopsy into 4809-AddTranlationTextViewer

This commit is contained in:
William Schaefer 2019-05-01 15:08:32 -04:00
commit e835b802ec

View File

@ -133,7 +133,7 @@ public class TextContentViewerPanel extends javax.swing.JPanel implements DataCo
try { try {
path = content.getUniquePath(); path = content.getUniquePath();
} catch (TskCoreException ex) { } catch (TskCoreException ex) {
logger.log(Level.SEVERE, "Exception while calling Content.getUniquePath() for {0}", content); //NON-NLS logger.log(Level.SEVERE, "Exception while calling Content.getUniquePath() for " + content.toString(), ex); //NON-NLS
} }
setName(path); setName(path);
} else { } else {