summaryrefslogtreecommitdiff
path: root/qpid/dotnet/Qpid.Client/Client/State/AMQStateManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/dotnet/Qpid.Client/Client/State/AMQStateManager.cs')
-rw-r--r--qpid/dotnet/Qpid.Client/Client/State/AMQStateManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/dotnet/Qpid.Client/Client/State/AMQStateManager.cs b/qpid/dotnet/Qpid.Client/Client/State/AMQStateManager.cs
index 05f673d520..7be17a1080 100644
--- a/qpid/dotnet/Qpid.Client/Client/State/AMQStateManager.cs
+++ b/qpid/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;