re-activate FindBugs
[openflowplugin.git] / openflowplugin-impl / src / main / java / org / opendaylight / openflowplugin / impl / services / RoleService.java
index c162662b9fecdeca6f0744c357128e97b87e4ecf..0bee9905e51e0eca5fe66938ae96cfb141c8f04a 100644 (file)
@@ -82,8 +82,8 @@ public class RoleService extends AbstractSimpleService<RoleRequestInputBuilder,
                     }
 
                 } else {
-                    LOG.error("getGenerationIdFromDevice RPC error "
-                            roleRequestOutputRpcResult.getErrors().iterator().next().getInfo());
+                    LOG.error("getGenerationIdFromDevice RPC error {}",
+                            roleRequestOutputRpcResult.getErrors().iterator().next().getInfo());
                     finalFuture.setException(new RoleChangeException(ErrorUtil
                             .errorsToString(roleRequestOutputRpcResult.getErrors())));
                 }