From ca9872be43938cf03f23ca9ac05a2acd69429cf3 Mon Sep 17 00:00:00 2001 From: ulrich <undisclosed@undiclosed> Date: Tue, 06 Apr 2021 14:49:30 +0000 Subject: [PATCH] Katalog (in Arbeit) --- src/de/uhilger/mediaz/App.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/de/uhilger/mediaz/App.java b/src/de/uhilger/mediaz/App.java index 351bb27..66d3fab 100644 --- a/src/de/uhilger/mediaz/App.java +++ b/src/de/uhilger/mediaz/App.java @@ -55,7 +55,7 @@ */ public static void main(String[] args) throws ClassNotFoundException { rb = ResourceBundle.getBundle(RB_NAME); - logger.info(new File(".").getAbsolutePath()); + logger.fine(new File(".").getAbsolutePath()); initParams = new HashMap(); for (String arg : args) { -- Gitblit v1.9.3