X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=o2ims%2Fservice%2Fcommand%2Fregistration_handler.py;h=c144405bedd91117e063362dee06a797cb6f9bf5;hb=413424db37c0c950fdb2d3e53f627dd5e909ae16;hp=aead4cc5a5a306fbbee7e2e07f8762ee42facd71;hpb=80a6b768ca9ca1e6fd0c7269d3ab8452a543e2c9;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: