OPNFLWPLUG-1032: Neon-MRI: Bump odlparent, yangtools, mdsal
[openflowplugin.git] / samples / simple-client / src / main / java / org / opendaylight / openflowjava / protocol / impl / clients / SleepEvent.java
index 9017a5195c2af451a53f0a0de356ce3a1c236da1..55dd0054eeef81d77283f422537c8484fd032e73 100644 (file)
@@ -37,7 +37,7 @@ public class SleepEvent implements ClientEvent {
             LOG.debug("Sleeping");
             return true;
         } catch (InterruptedException e) {
-            LOG.error(e.getMessage(), e);
+            LOG.error("Error {}", e);
         }
         return false;
     }