OPNFLWPLUG-1032: Neon-MRI: Bump odlparent, yangtools, mdsal
[openflowplugin.git] / applications / bulk-o-matic / src / main / java / org / opendaylight / openflowplugin / applications / bulk / o / matic / SalBulkFlowServiceImpl.java
index 8a6a629e21aa5eb7d59d5d4f8df27fe81ac949c3..70c259a399b3c5c93f2a291c6aa6d50aaac87acd 100644 (file)
@@ -216,7 +216,7 @@ public class SalBulkFlowServiceImpl implements SalBulkFlowService {
         } catch (MalformedObjectNameException | InstanceAlreadyExistsException | MBeanRegistrationException
                 | NotCompliantMBeanException e) {
             rpcResultBuilder = RpcResultBuilder.failed();
-            LOG.warn("Exception occurred: {} ", e.getMessage(), e);
+            LOG.warn("Exception occurred: {} ", e);
         }
         return Futures.immediateFuture(rpcResultBuilder.build());
     }