[Skiboot] [PATCH] surv: Fix "hearbeat" typo
    Ananth N Mavinakayanahalli 
    ananth at in.ibm.com
       
    Wed Apr 29 14:05:19 AEST 2015
    
    
  
On Wed, Apr 29, 2015 at 09:38:23AM +1000, Stewart Smith wrote:
> Anton Blanchard <anton at samba.org> writes:
> > -			prerror("SURV: Failed to allocate hbeat msg\n");
> > +			prerror("SURV: Failed to allocate heartbeat msg\n");
> >  			return;
> >  		}
> >  		if (fsp_queue_msg(msg, fsp_surv_ack)) {
> >  			fsp_freemsg(msg);
> > -			prerror("SURV: Failed to queue hbeat msg\n");
> > +			prerror("SURV: Failed to queue heartbeat msg\n");
> >  		} else {
> 
> Are you getting a lot of these two? That would kind of concern me as you
> shouldn't ordinarily get these.
> 
> Not on a larger P8 system by any chance?
I guess Anton's using 810.x? The less chatty version is only in the 830
stream.
Ananth
    
    
More information about the Skiboot
mailing list