incorrect pppoe messages in ros 6.9 (broken in 6.8)

My simple setup:
PPPoE server + radius.

Problem:
When nonexistent client (not in radius database) tries to connect via pppoe in logs i see:

20:08:48 pppoe,info PPPoE connection established from 00:0C:42:93:25:FA
20:08:49 pppoe,ppp,info,account aaaaaaa logged out, 1 0 0 0 0
20:08:59 pppoe,info PPPoE connection established from 00:0C:42:93:25:FA
20:09:01 pppoe,ppp,info,account aaaaaaa logged out, 1 0 0 0 0

Message “logged out” confused me verrry much :stuck_out_tongue_winking_eye:

It should be message like authentication failed or smth.

if u r using the user manager as radius ur database is crashed too.

No no, no user manager, im using freeradius.
I’ve checked ros 6.4 and pppoe messages in similar situation look like this:

20:08:08 pppoe,info PPPoE connection established from 00:27:19:DD:AD:10
20:08:08 pppoe,ppp,info : waiting for call…
20:08:09 pppoe,ppp,info : terminating… - user aaaaaaa authentication failed
20:08:09 pppoe,ppp,info : disconnected

PPPoE messages in latest ROS are “compacted”.