Logging related enhancements.
[controller.git] / opendaylight / configuration / implementation / src / main / java / org / opendaylight / controller / configuration / internal / ConfigurationImpl.java
index a8f7da69a0b90b38ce0530c8546a2bd796f9c826..ee15b4a9c2bc9f9822d40347dcee5eeb72212c55 100644 (file)
@@ -84,8 +84,8 @@ public class ConfigurationImpl implements IConfigurationService {
                Status status = configurationAware.saveConfiguration();
             if (!status.isSuccess()) {
                success = false;
-               logger.info("Failed to save config for "
-                               configurationAware.getClass().getName());
+               logger.info("Failed to save config for {}",
+                               configurationAware.getClass().getName());
             }
         }
         if (success) {