OPNFLWPLUG-1032: Neon-MRI: Bump odlparent, yangtools, mdsal
[openflowplugin.git] / samples / simple-client / src / main / java / org / opendaylight / openflowjava / protocol / impl / clients / CallableClient.java
index f7d278f8b4d0766286f99343feb3af9a1ccd24f4..836344f558a299720f1fd2e03626efa529a0ff7a 100644 (file)
@@ -100,7 +100,7 @@ public class CallableClient implements Callable<Boolean>, OFClient {
                 }
             }
         } catch (RuntimeException ex) {
-            LOG.error(ex.getMessage(), ex);
+            LOG.error("Error {}", ex);
             return false;
         }
         if (scenarioHandler.isFinishedOK()) {