Преглед изворни кода

HUE-4296 [core] Need info message if kt_renwer exits due to no hue_keytab

Romain Rigaux пре 9 година
родитељ
комит
79fcd81b79
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      desktop/core/src/desktop/kt_renewer.py

+ 1 - 1
desktop/core/src/desktop/kt_renewer.py

@@ -94,7 +94,7 @@ def detect_conf_var():
 
 def run():
   if CONF.HUE_KEYTAB.get() is None:
-    LOG.debug("Keytab renewer not starting, no keytab configured")
+    LOG.info("Keytab renewer not starting, no keytab configured")
     sys.exit(0)
 
   while True: