mirror of
https://github.com/elisspace/autopsy.git
synced 2026-09-21 01:57:31 +00:00
Merge branch '4978-TextContentViewer' of https://github.com/wschaeferB/autopsy into 4809-AddTranlationTextViewer
This commit is contained in:
+1
-1
@@ -133,7 +133,7 @@ public class TextContentViewerPanel extends javax.swing.JPanel implements DataCo
|
||||
try {
|
||||
path = content.getUniquePath();
|
||||
} 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);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user