diff --git a/library/python/pysandesh/connection_info.py b/library/python/pysandesh/connection_info.py index 622533ac..b2362955 100644 --- a/library/python/pysandesh/connection_info.py +++ b/library/python/pysandesh/connection_info.py @@ -77,7 +77,7 @@ def get_process_state_cb(conn_infos): #end get_process_state_cb @staticmethod - def update(conn_type, name, status, server_addrs, message): + def update(conn_type, name, status, server_addrs = None, message = None): conn_key = (conn_type, name) conn_info = ConnectionInfo(type = ConnectionTypeNames[conn_type], name = name,