diff options
Diffstat (limited to 'dotnet/Qpid.Client.Tests/SimpleConsumer/TestSyncConsumer.cs')
-rw-r--r-- | dotnet/Qpid.Client.Tests/SimpleConsumer/TestSyncConsumer.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dotnet/Qpid.Client.Tests/SimpleConsumer/TestSyncConsumer.cs b/dotnet/Qpid.Client.Tests/SimpleConsumer/TestSyncConsumer.cs index 622c7c17c7..f299812989 100644 --- a/dotnet/Qpid.Client.Tests/SimpleConsumer/TestSyncConsumer.cs +++ b/dotnet/Qpid.Client.Tests/SimpleConsumer/TestSyncConsumer.cs @@ -23,9 +23,9 @@ using System.Text; using System.Threading;
using log4net;
using NUnit.Framework;
-using Qpid.Messaging;
+using Apache.Qpid.Messaging;
-namespace Qpid.Client.Tests
+namespace Apache.Qpid.Client.Tests
{
[TestFixture]
public class TestSyncConsumer : BaseMessagingTestFixture
@@ -96,7 +96,7 @@ namespace Qpid.Client.Tests _publisher.Send(msg);
}
- _logger.Error("All messages sent");
+ _logger.Debug("All messages sent");
// receive all messages
for ( int i = 0; i < MESSAGE_COUNT; i++ )
{
|