Re: [libvirt] [PATCH 3/9] Lower logging level when failing to register socket watch

2011-06-28 Thread Eric Blake
On 06/28/2011 11:01 AM, Daniel P. Berrange wrote: > The RPC client treats failure to register a socket watch > as non-fatal, since we do not mandate that a libvirt client > application provide an event loop implementation. It is > thus inappropriate to a log a message at VIR_LOG_WARN > > * src/rpc

[libvirt] [PATCH 3/9] Lower logging level when failing to register socket watch

2011-06-28 Thread Daniel P. Berrange
The RPC client treats failure to register a socket watch as non-fatal, since we do not mandate that a libvirt client application provide an event loop implementation. It is thus inappropriate to a log a message at VIR_LOG_WARN * src/rpc/virnetsocket.c: Lower logging level --- src/rpc/virnetsocket