]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/MgrClient: reduce log level when issuing a command when not connected
authorJason Dillaman <dillaman@redhat.com>
Fri, 25 Jan 2019 01:07:35 +0000 (20:07 -0500)
committerJason Dillaman <dillaman@redhat.com>
Fri, 25 Jan 2019 13:39:10 +0000 (08:39 -0500)
commita89a836acc49994e7cc900af2857f43f2a5299ba
tree2cfd9f01f423d9da72326dfd5a7da1a0fa500613
parent836d005fd790199f07f754436c7390789f97baab
mgr/MgrClient: reduce log level when issuing a command when not connected

The mgr client will eventually connect and issue the command so it's not
necessary to spam the logs at level 0.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/mgr/MgrClient.cc