Please go ahead with the changes. Pierre
> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:openhpi-devel- > [EMAIL PROTECTED] On Behalf Of Bryan Sutula > Sent: Monday, November 05, 2007 19:35 > To: [email protected] > Subject: [Openhpi-devel] False error reports from ipmidirect plugin > > As part of issue #1804512, "Debug output occurring during normal > operation", here are some changes I'd like to see in the ipmidirect > plugin. If they look OK, I can make these changes in the trunk. > > -- > Bryan Sutula <[EMAIL PROTECTED]> > > =================================================================== > --- svn/SF/openhpi/plugins/ipmidirect/ipmi.cpp 2007-10-03 > 15:25:20.000000000 -0600 > +++ sandbox/openhpi/plugins/ipmidirect/ipmi.cpp 2007-11-05 > 11:24:57.000000000 -0700 > @@ -290,7 +290,7 @@ > char *tmp; > int lp = dIpmiLogPropNone; > > - err( "IpmiOpen" ); > + dbg( "IpmiOpen" ); > > if ( !handler_config ) > { > @@ -393,7 +393,7 @@ > static void > IpmiClose( void *hnd ) > { > - err( "IpmiClose" ); > + dbg( "IpmiClose" ); > > cIpmi *ipmi = VerifyIpmi( hnd ); > > @@ -2262,7 +2262,7 @@ > SaErrorT > cIpmi::IfDiscoverResources() > { > - err( "ipmidirect discover_resources"); > + dbg( "ipmidirect discover_resources"); > > bool loop; > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Openhpi-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/openhpi-devel ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Openhpi-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openhpi-devel
