Commit 548f931f by nobodyiam

minor fix

parent f7bce645
...@@ -92,7 +92,7 @@ public class AutoUpdateConfigChangeListener implements ConfigChangeListener{ ...@@ -92,7 +92,7 @@ public class AutoUpdateConfigChangeListener implements ConfigChangeListener{
springValue.update(value); springValue.update(value);
logger.debug("Auto update apollo changed value successfully, new value: {}, {}", value, logger.debug("Auto update apollo changed value successfully, new value: {}, {}", value,
springValue.toString()); springValue);
} catch (Throwable ex) { } catch (Throwable ex) {
logger.error("Auto update apollo changed value failed, {}", springValue.toString(), ex); logger.error("Auto update apollo changed value failed, {}", springValue.toString(), ex);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment