Commit eeb62a1f authored by Shayan Hajipour's avatar Shayan Hajipour Committed by Mohamad Rahhal
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 04b8aac6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ class ProfileList(_Resource):
        try:
            qos_profile = create_qos_profile_from_json(request_data)
        except Exception as e:
            LOGGER.info(e) # track if there is an error
            LOGGER.error(e) # track if there is an error
            raise e  
        # Send to gRPC server using CreateQosProfile done by Shayan
        try: