ROS 7.7 BGP Warnings?

I recently migrated from an x86 CHR running ROS v6 to a CCR2116 running 7.7. I copied my configs and setup the BGP using the equivalent v7 settings. Everything is working fine, but I get the following warnings when the BGP sessions are established and then again every couple of days. This happens on both my BGP peers. I received no warnings or errors when I was using my v6 BGP router.

What does it mean and should I be concerned?

route,bgp,warning Edge Router (CCR): Received AS_PATH with a SET segment followed by a SEQUENCE segment, converting it to a SET segment

AS path can be encoded in two ways, as set and sequence.
Warning indicates that peer received aggregated route where part of the as path is encoded as set and other as sequence, and converts whole as path to as set.

Is that a problem with the setup on my end and does it need to be corrected?

No, there is nothing wrong in your setup.