X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=nemo-impl%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fnemo%2Fuser%2Ftenantmanager%2FTenantManage.java;h=3780f394b007250cdd3a3ecfc93cf058b3941bac;hb=41608cf440761e08334d3a12fcf0cb72ef38e8dd;hp=aca173aa54639d048352dbcfcdea0aa4bd9043e9;hpb=f2987c706d92418e44ab9969d02f88385a6dd12a;p=nemo.git diff --git a/nemo-impl/src/main/java/org/opendaylight/nemo/user/tenantmanager/TenantManage.java b/nemo-impl/src/main/java/org/opendaylight/nemo/user/tenantmanager/TenantManage.java index aca173a..3780f39 100644 --- a/nemo-impl/src/main/java/org/opendaylight/nemo/user/tenantmanager/TenantManage.java +++ b/nemo-impl/src/main/java/org/opendaylight/nemo/user/tenantmanager/TenantManage.java @@ -182,10 +182,10 @@ public class TenantManage { f.get(); } catch (InterruptedException e) { // TODO Auto-generated catch block - e.printStackTrace(); + LOG.error("Exception:",e); } catch (ExecutionException e) { // TODO Auto-generated catch block - e.printStackTrace(); + LOG.error("Exception:",e); } } } @@ -519,10 +519,10 @@ public class TenantManage { f.get(); } catch (InterruptedException e) { // TODO Auto-generated catch block - e.printStackTrace(); + LOG.error("Exception:",e); } catch (ExecutionException e) { // TODO Auto-generated catch block - e.printStackTrace(); + LOG.error("Exception:",e); } } @@ -547,10 +547,10 @@ public class TenantManage { f.get(); } catch (InterruptedException e) { // TODO Auto-generated catch block - e.printStackTrace(); + LOG.error("Exception:",e); } catch (ExecutionException e) { // TODO Auto-generated catch block - e.printStackTrace(); + LOG.error("Exception:",e); } } } @@ -574,10 +574,10 @@ public class TenantManage { f.get(); } catch (InterruptedException e) { // TODO Auto-generated catch block - e.printStackTrace(); + LOG.error("Exception:",e); } catch (ExecutionException e) { // TODO Auto-generated catch block - e.printStackTrace(); + LOG.error("Exception:",e); } } } @@ -603,10 +603,10 @@ public class TenantManage { f.get(); } catch (InterruptedException e) { // TODO Auto-generated catch block - e.printStackTrace(); + LOG.error("Exception:",e); } catch (ExecutionException e) { // TODO Auto-generated catch block - e.printStackTrace(); + LOG.error("Exception:",e); } } } @@ -632,10 +632,10 @@ public class TenantManage { f.get(); } catch (InterruptedException e) { // TODO Auto-generated catch block - e.printStackTrace(); + LOG.error("Exception:",e); } catch (ExecutionException e) { // TODO Auto-generated catch block - e.printStackTrace(); + LOG.error("Exception:",e); } } } @@ -661,10 +661,10 @@ public class TenantManage { f.get(); } catch (InterruptedException e) { // TODO Auto-generated catch block - e.printStackTrace(); + LOG.error("Exception:",e); } catch (ExecutionException e) { // TODO Auto-generated catch block - e.printStackTrace(); + LOG.error("Exception:",e); } } }