[7.470][BUG][FIXED] Wrong eth# in HA log

Hi all,

I have HA failover configured and I'm using eth2 for the HA connection. Now I switched one device off --> connection worked, then back on --> resyncing successful. However, in the HA failover live log I see:

2009:07:19-09:20:20 firewall-2 ha_daemon[2967]: id="38A0" severity="info" sys="System" sub="ha" name="Monitoring interface for link beat: eth0"
2009:07:19-09:22:41 firewall-1 slon_control[2392]: Initial synchronization for node 2 finished!
2009:07:19-09:22:41 firewall-1 ha_daemon[1771]: id="38A0" severity="info" sys="System" sub="ha" name="Deactivating sync process for database on node 2"
2009:07:19-09:22:46 firewall-1 ha_daemon[1771]: id="38A0" severity="info" sys="System" sub="ha" name="Activating sync process for config on node 2"
2009:07:19-09:22:47 firewall-1 ha_daemon[1771]: id="38A0" severity="info" sys="System" sub="ha" name="Deactivating sync process for config on node 2"
2009:07:19-09:23:03 firewall-1 ha_daemon[1771]: id="38A0" severity="info" sys="System" sub="ha" name="Node 2 changed state: SYNCING -> ACTIVE"
2009:07:19-09:23:03 firewall-2 ha_daemon[2967]: id="38A0" severity="info" sys="System" sub="ha" name="Initial synchronization finished!"
2009:07:19-09:23:25 firewall-2 ha_daemon[2967]: id="38A0" severity="info" sys="System" sub="ha" name="Monitoring interface for link beat: eth0"
2009:07:19-09:24:30 firewall-2 ha_daemon[2967]: id="38A0" severity="info" sys="System" sub="ha" name="Monitoring interface for link beat: eth0" 

eth0 is my LAN interface on both devices. Looks like a bug to me.

Oliver