X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=o2ims%2Fservice%2Fcommand%2Fregistration_handler.py;fp=o2ims%2Fservice%2Fcommand%2Fregistration_handler.py;h=c144405bedd91117e063362dee06a797cb6f9bf5;hb=242185955154b1d709c2fdbce5445e4aae8058ac;hp=aead4cc5a5a306fbbee7e2e07f8762ee42facd71;hpb=531c7749760c6dfdf7ac9c5f2d74688fa7214b42;p=pti%2Fo2.git diff --git a/o2ims/service/command/registration_handler.py b/o2ims/service/command/registration_handler.py index aead4cc..c144405 100644 --- a/o2ims/service/command/registration_handler.py +++ b/o2ims/service/command/registration_handler.py @@ -108,7 +108,8 @@ def call_smo(reg_data: dict): try: return post_data(conn, o.path, callback_data) except ssl.SSLCertVerificationError as e: - logger.info('Register to smo with trusted ca failed: {}'.format(e)) + logger.debug('Try to register to smo with \ + trusted ca failed: {}'.format(e)) if 'self signed' in str(e): conn = get_https_conn_selfsigned(o.netloc) try: