From dce2c79a03b834887f4da33b090a430e9756aac1 Mon Sep 17 00:00:00 2001
From: ulrich
Date: Wed, 07 Apr 2021 12:42:41 +0000
Subject: [PATCH] Einstellungen

---
 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