From caef3dad8cb2c7c747d9512629aab88852691b1e Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 5 Jan 2009 19:17:24 +0000 Subject: Log changes: logging default now notice+, "listening on" messages are at notice level. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@731649 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/sys/TCPIOPlugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/sys/TCPIOPlugin.cpp') diff --git a/cpp/src/qpid/sys/TCPIOPlugin.cpp b/cpp/src/qpid/sys/TCPIOPlugin.cpp index a66aca1849..be091f86d8 100644 --- a/cpp/src/qpid/sys/TCPIOPlugin.cpp +++ b/cpp/src/qpid/sys/TCPIOPlugin.cpp @@ -70,7 +70,7 @@ static class TCPIOPlugin : public Plugin { } else { ProtocolFactory::shared_ptr protocol(new AsynchIOProtocolFactory(opts.port, opts.connectionBacklog, opts.tcpNoDelay)); - QPID_LOG(info, "Listening on TCP port " << protocol->getPort()); + QPID_LOG(notice, "Listening on TCP port " << protocol->getPort()); broker->registerProtocolFactory("tcp", protocol); } } -- cgit v1.2.1