Fix logging issues in policyservice 69/69269/3
authorTom Pantelis <tompantelis@gmail.com>
Thu, 8 Mar 2018 14:12:28 +0000 (09:12 -0500)
committerStephen Kitt <skitt@redhat.com>
Thu, 8 Mar 2018 15:20:41 +0000 (15:20 +0000)
Change-Id: I190ba9e6095ffb8939225fb13a93e001771c53db
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
policyservice/impl/src/main/java/org/opendaylight/netvirt/policyservice/util/PolicyServiceUtil.java

index 64d9dcee390ff450576c49cf2752f300f6e6cd64..7d4e433025ba60aa4b2b12cdce5f6d077f197938 100644 (file)
@@ -478,7 +478,7 @@ public class PolicyServiceUtil {
                 return Optional.of(tunnelInterfaceOutput.get().getResult().getInterfaceName());
             }
         } catch (InterruptedException | ExecutionException e) {
-            LOG.error("Error in RPC call getTunnelInterfaceName {} for source DPN {} dst DPN {}", srcDpId, dstDpId);
+            LOG.error("Error in RPC call getTunnelInterfaceName for source DPN {} dst DPN {}", srcDpId, dstDpId, e);
         }
 
         return Optional.absent();