Improve config system shutdown
[controller.git] / opendaylight / config / config-persister-impl / src / main / java / org / opendaylight / controller / config / persist / impl / osgi / ConfigPersisterActivator.java
index d5df5349a64e82f349c740649359d39fb77e1c25..66c43c2650e53a6e5bcf771946ec708d1c031588 100644 (file)
@@ -133,7 +133,7 @@ public class ConfigPersisterActivator implements BundleActivator {
                             LOG.warn("Unable to process configs as BundleContext is null");
                         }
                     } catch (InterruptedException e) {
-                        LOG.info("ConfigPusher thread stopped",e);
+                        LOG.info("ConfigPusher thread stopped");
                     }
                     LOG.info("Configuration Persister initialization completed.");
                 }