ACK Thanks Lennart
> -----Original Message----- > From: [email protected] [mailto:[email protected]] > Sent: den 29 september 2016 10:48 > To: Lennart Lund <[email protected]>; Rafael Odzakow > <[email protected]> > Cc: [email protected] > Subject: [PATCH 1 of 1] smf: Avoid flooding of syslog when the upgrade > involves node reboot [#2058] > > osaf/services/saf/smfsv/smfd/SmfUtils.cc | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > > If the upgrade involves node reboot, and the rebooted node joins late, then > the sylog will be flodded with NO messages > > diff --git a/osaf/services/saf/smfsv/smfd/SmfUtils.cc > b/osaf/services/saf/smfsv/smfd/SmfUtils.cc > --- a/osaf/services/saf/smfsv/smfd/SmfUtils.cc > +++ b/osaf/services/saf/smfsv/smfd/SmfUtils.cc > @@ -176,7 +176,7 @@ getNodeDestination(const std::string & i > } > } > free(nodeName); > - LOG_NO("%s: className '%s'",__FUNCTION__, className); > + TRACE("%s: className '%s'",__FUNCTION__, className); > } else { > LOG_NO("Unknown class name %s", className); > return false; ------------------------------------------------------------------------------ _______________________________________________ Opensaf-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensaf-devel
