Cleaned up excessive logging at INFO level.
authorEd Warnicke <eaw@cisco.com>
Thu, 19 Mar 2015 14:28:02 +0000 (09:28 -0500)
committerEd Warnicke <eaw@cisco.com>
Thu, 19 Mar 2015 14:28:02 +0000 (09:28 -0500)
commit6c021d8a090bfe847f8a829f11f70cb93f73a70e
tree94e6c8f2a0414c0955a4899b2d90d15b9cfebda2
parent1d3787a0919d3ef0cb276b4a5acf051b1e3c9265
Cleaned up excessive logging at INFO level.

Some INFO level logs crept in at places that are completely
natural during dev... but not OK long term ;)

I pulled those back to debug level.

Please note, some INFO logs that are probably long term non-appropriate
*where* left in the termination-point stuff, because I presume they
are still helping the folks working on that... we should eventually
fix those to, but when the time is right :)

Change-Id: I5d0fc76096bea701a0c40ec803d574114fa453d5
Signed-off-by: Ed Warnicke <eaw@cisco.com>