On Wed, Jul 31, 2019 at 05:57:15PM +0200, Hubert Feurstein wrote: > Signed-off-by: Hubert Feurstein <h.feurst...@gmail.com> > --- > clock.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/clock.c b/clock.c > index 642f688..146576a 100644 > --- a/clock.c > +++ b/clock.c > @@ -1790,7 +1790,8 @@ static void handle_state_decision_event(struct clock *c) > event = EV_NONE; > break; > case PS_GRAND_MASTER: > - pr_notice("assuming the grand master role"); > + pr_notice("port %d: assuming the grand master role", > + port_number(piter)); > clock_update_grandmaster(c); > event = EV_RS_GRAND_MASTER; > break;
Applied. Thanks, Richard _______________________________________________ Linuxptp-devel mailing list Linuxptp-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxptp-devel