Cleanup exception logging
[ovsdb.git] / southbound / southbound-impl / src / main / java / org / opendaylight / ovsdb / southbound / ovsdb / transact / QueueUpdateCommand.java
index 8cd6ab932170135f72c7965b317fbba4fe1910e3..1b991bbf16165c59b97130cec9fc8a9411c6c30c 100644 (file)
@@ -109,7 +109,7 @@ public class QueueUpdateCommand extends AbstractTransactCommand {
                 try {
                     queue.setExternalIds(ImmutableMap.copyOf(externalIdsMap));
                 } catch (NullPointerException e) {
-                    LOG.warn("Incomplete Queue external IDs");
+                    LOG.warn("Incomplete Queue external IDs", e);
                 }
 
                 List<QueuesOtherConfig> otherConfigs = queueEntry.getQueuesOtherConfig();