X-Git-Url: https://gerrit.onap.org/r/gitweb?p=holmes%2Fcommon.git;a=blobdiff_plain;f=holmes-actions%2Fsrc%2Fmain%2Fjava%2Forg%2Fopeno%2Fholmes%2Fcommon%2Futils%2FMSBRegisterUtil.java;h=ee77be3658a6df9f0303a1156467d76574c8a2f3;hp=49dff925b151b926360a0c7ffddf3a8ea32af14a;hb=7f9636fd1129bbc7e1a5d3fa96a48ecd73556449;hpb=d55c83c257914112016a9205b6ed81b73116a42a diff --git a/holmes-actions/src/main/java/org/openo/holmes/common/utils/MSBRegisterUtil.java b/holmes-actions/src/main/java/org/openo/holmes/common/utils/MSBRegisterUtil.java index 49dff92..ee77be3 100644 --- a/holmes-actions/src/main/java/org/openo/holmes/common/utils/MSBRegisterUtil.java +++ b/holmes-actions/src/main/java/org/openo/holmes/common/utils/MSBRegisterUtil.java @@ -55,7 +55,8 @@ public class MSBRegisterUtil { log.info("Registration successful service to the bus :" + response.getEntity()); return true; } else { - log.warn("Registering the service to the bus failure"); + log.warn("Registering the service to the bus failure:"+response.getStatusLine().getStatusCode()+" "+ + response.getStatusLine().getReasonPhrase()+response.getStatusLine().getProtocolVersion()); return false; } } finally {