From f8d0b49cd499ab41e780b94d293183978a8ca55a Mon Sep 17 00:00:00 2001
From: smartie2076 <martha.hoffmann@rl-institut.de>
Date: Thu, 8 Apr 2021 10:57:48 +0200
Subject: [PATCH] Fixp new feature

---
 src/G2a_oemof_busses_and_componets.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/G2a_oemof_busses_and_componets.py b/src/G2a_oemof_busses_and_componets.py
index 48ffbdf..b404d55 100644
--- a/src/G2a_oemof_busses_and_componets.py
+++ b/src/G2a_oemof_busses_and_componets.py
@@ -417,7 +417,7 @@ def genset_fix_capacity_efficiency_curve_and_minimal_loading(
     c1 = (P_out_max - P_out_min) / (P_in_max - P_in_min)
     c0 = P_out_max - c1 * P_in_max
 
-    logging.info(f"The diesel generator is simulated as an OffsetTransformer "
+    logging.debug(f"The diesel generator is simulated as an OffsetTransformer "
                  f"with a minimal output of {P_out_min} and maximal output of {P_out_max}.")
     logging.debug(
         f"Added to oemof model: {LOG_MESSAGE_GENSET_FIX_CAPACITY_EFFICIENCY_CURVE_AND_MINLOAD}"