libceph: don't complain on msgpool alloc failures
authorSage Weil <sage@newdream.net>
Tue, 9 Aug 2011 22:03:46 +0000 (15:03 -0700)
committerSage Weil <sage@newdream.net>
Tue, 25 Oct 2011 23:10:15 +0000 (16:10 -0700)
The pool allocation failures are masked by the pool; there is no need to
spam the console about them.  (That's the whole point of having the pool
in the first place.)

Mark msg allocations whose failure is safely handled as such.

Signed-off-by: Sage Weil <sage@newdream.net>

No differences found