diff options
Diffstat (limited to 'dotnet/Qpid.Client/Client/State/AMQStateManager.cs')
-rw-r--r-- | dotnet/Qpid.Client/Client/State/AMQStateManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotnet/Qpid.Client/Client/State/AMQStateManager.cs b/dotnet/Qpid.Client/Client/State/AMQStateManager.cs index 05f673d520..7be17a1080 100644 --- a/dotnet/Qpid.Client/Client/State/AMQStateManager.cs +++ b/dotnet/Qpid.Client/Client/State/AMQStateManager.cs @@ -122,7 +122,7 @@ namespace Qpid.Client.State { if (InfoLoggingHack) { - _logger.Info("State changing to " + newState + " from old state " + _currentState); + _logger.Debug("State changing to " + newState + " from old state " + _currentState); } _logger.Debug("State changing to " + newState + " from old state " + _currentState); AMQState oldState = _currentState; |