X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=inline;f=o2ims%2Fservice%2Fcommand%2Fnotify_alarm_handler.py;fp=o2ims%2Fservice%2Fcommand%2Fnotify_alarm_handler.py;h=3d44e64843f000d926d687e6a006c1ac0540bc87;hb=7e21b8d5ceabc857812194f7a865066e4f13ad85;hp=dd32b96d8923299e23c40888fdb084eded159c58;hpb=af290d19532a5595ed22d56d0006ec486390f8de;p=pti%2Fo2.git diff --git a/o2ims/service/command/notify_alarm_handler.py b/o2ims/service/command/notify_alarm_handler.py index dd32b96..3d44e64 100644 --- a/o2ims/service/command/notify_alarm_handler.py +++ b/o2ims/service/command/notify_alarm_handler.py @@ -99,7 +99,7 @@ def callback_smo(sub: AlarmSubscription, msg: AlarmEvent2SMO, } # logger.warning(callback) callback_data = json.dumps(callback) - logger.info('URL: {}'.format(sub_data['callback'])) + logger.info('callback URL: {}'.format(sub_data['callback'])) logger.debug('callback data: {}'.format(callback_data)) o = urlparse(sub_data['callback'])