commit | c4131d818ab82eff218675718e62bd8badd53cca | [log] [tgz] |
---|---|---|
author | Matthew Treinish <mtreinish@kortar.org> | Tue May 27 11:59:28 2014 -0400 |
committer | Matthew Treinish <mtreinish@kortar.org> | Wed Jun 25 17:56:35 2014 -0400 |
tree | fa5e5da7d4ba0fa6727084a65502499b5be3dd7e | |
parent | d08b9adac28d14cb1e7996f0e86ae8e284631f40 [diff] |
Make unable to ping log messages appropriate level The ping from an ssh connection checks in _check_remote_connectivity() aren't necessarily expected to pass on the first attempt. However, every time the ping was unsuccessful the method would log an exception which is too severe a log for an expected error. This commit uses a more appropriate log level for this case. Change-Id: I8068fa85472259676acebd99b9d191065661e101