mbox series

[0/2] Add Service Identifier to a Couple of 'DBG' Statements

Message ID 20231220020544.2272820-1-gerickson@nuovations.com (mailing list archive)
Headers show
Series Add Service Identifier to a Couple of 'DBG' Statements | expand

Message

Grant Erickson Dec. 20, 2023, 2:05 a.m. UTC
This adds the service identifier to the 'DBG' statements in
timeserver.c:'ts_reset' and session.c:'service_state_changed' to aid
debugging in a multi-technology environment with
"EnableOnlineToReadyTransition" asserted and for consistency with
other DBG statements in other modules.

Grant Erickson (2):
  session: Add service identifier to 'DBG' in 'service_state_changed'.
  timeserver: Add service identifier to 'DBG' in 'ts_reset'.

 src/session.c    | 4 +++-
 src/timeserver.c | 3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)

Comments

Marcel Holtmann Dec. 23, 2023, 12:20 p.m. UTC | #1
Hi Grant,

> This adds the service identifier to the 'DBG' statements in
> timeserver.c:'ts_reset' and session.c:'service_state_changed' to aid
> debugging in a multi-technology environment with
> "EnableOnlineToReadyTransition" asserted and for consistency with
> other DBG statements in other modules.
> 
> Grant Erickson (2):
>  session: Add service identifier to 'DBG' in 'service_state_changed'.
>  timeserver: Add service identifier to 'DBG' in 'ts_reset'.
> 
> src/session.c    | 4 +++-
> src/timeserver.c | 3 ++-
> 2 files changed, 5 insertions(+), 2 deletions(-)

both patches have been applied.

Regards

Marcel