BUG 2757 - %s in logger.
[openflowplugin.git] / applications / statistics-manager / src / main / java / org / opendaylight / openflowplugin / applications / statistics / manager / impl / StatListenCommitFlow.java
index 7c612fcaea86622329584466a7577222f8b944c2..c80ade9b2dabdab90653502a2ea54f8d11e68540 100644 (file)
@@ -330,8 +330,8 @@ public class StatListenCommitFlow extends StatAbstractListenCommit<Flow, Openday
                         try {
                             flowIdByHash.put(flowHashId.getKey(), flowHashId.getFlowId());
                         } catch (final Exception e) {
-                            LOG.warn("flow hashing hit a duplicate for {} -> {}. Exception {}",
-                                    flowHashId.getKey(), flowHashId.getFlowId(), e);
+                            LOG.warn("flow hashing hit a duplicate for {} -> {}. Exception was raised: {}",
+                                    flowHashId.getKey(), flowHashId.getFlowId(), e.getMessage());
                         }
                     }
                 }