fixed the logger call so we get output that indicates this class generated the message

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@911 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
aaron 2009-06-05 15:02:17 +00:00
parent b323c58ef2
commit 37efd78c7e
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ public class Utils {
/**
* our log, which we want to capture anything from this class
*/
private static Logger logger = Logger.getLogger(FileProgressTracker.class);
private static Logger logger = Logger.getLogger(Utils.class);
public static void warnUser(final String msg) {
logger.warn(String.format("********************************************************************************"));