Project

General

Profile

Actions

bug #8116

open

ProgressMonitorManager: logging instead of System.err

Added by Andreas Kohlbecker about 5 years ago. Updated about 5 years ago.

Status:
New
Priority:
New
Assignee:
Category:
cdmlib
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Severity:
normal
Found in Version:

Description

In the ProgressMonitorManager an ignored error is logged to System.err.println

All logging should go to the logging framework, though.


                    try {
                        sleep(cleanUpInterval);
                    } catch (InterruptedException e) {
                        /* IGNORE */
                        System.err.println("interrupted");
                    }
Actions

Also available in: Atom PDF