mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-09 06:39:33 +00:00
Merge branch '4978-TextContentViewer' of https://github.com/wschaeferB/autopsy into 4809-AddTranlationTextViewer
This commit is contained in:
commit
e835b802ec
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user