mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-20 03:24:55 +00:00
Code review
This commit is contained in:
parent
43fa86626d
commit
b7945d3eca
@ -95,7 +95,7 @@ class ReportProgressLogger implements ReportProgressPanel {
|
|||||||
@Override
|
@Override
|
||||||
public void updateStatusLabel(String statusMessage) {
|
public void updateStatusLabel(String statusMessage) {
|
||||||
if (status != ReportStatus.CANCELED) {
|
if (status != ReportStatus.CANCELED) {
|
||||||
logger.log(Level.INFO, "Report Progress Logger status update: {0}", statusMessage);
|
logger.log(Level.INFO, "Status update: {0}", statusMessage);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user