summaryrefslogtreecommitdiff
path: root/dotnet/Qpid.Client/Client/State
diff options
context:
space:
mode:
authorRobert Greig <rgreig@apache.org>2007-02-28 11:08:39 +0000
committerRobert Greig <rgreig@apache.org>2007-02-28 11:08:39 +0000
commitefe99f5843b9aa7c90a4425cba6c9ee0f822fe08 (patch)
treefb875950080433492bf6e066b0e8a73df67bf8e9 /dotnet/Qpid.Client/Client/State
parenta707cad8e7bf0e7e5dc9725d2d08e63456dcb82d (diff)
downloadqpid-python-efe99f5843b9aa7c90a4425cba6c9ee0f822fe08.tar.gz
(Patch submitted by Rupert Smith) dotnet_iop.diff.
Implements interop tests compatable with the existing topic tests. Used to succesfully test the field table changes. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@512700 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet/Qpid.Client/Client/State')
-rw-r--r--dotnet/Qpid.Client/Client/State/AMQStateManager.cs2
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;