Author: chirino
Date: Tue Oct 19 00:38:52 2010
New Revision: 1024071
URL: http://svn.apache.org/viewvc?rev=1024071&view=rev
Log:
Reduce logging verbosity
Modified:
activemq/activemq-apollo/trunk/apollo-stomp/src/main/scala/org/apache/activemq/apollo/stomp/StompProtocol.scala
Modified:
activemq/activemq-apollo/trunk/apollo-stomp/src/main/scala/org/apache/activemq/apollo/stomp/StompProtocol.scala
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-stomp/src/main/scala/org/apache/activemq/apollo/stomp/StompProtocol.scala?rev=1024071&r1=1024070&r2=1024071&view=diff
==============================================================================
---
activemq/activemq-apollo/trunk/apollo-stomp/src/main/scala/org/apache/activemq/apollo/stomp/StompProtocol.scala
(original)
+++
activemq/activemq-apollo/trunk/apollo-stomp/src/main/scala/org/apache/activemq/apollo/stomp/StompProtocol.scala
Tue Oct 19 00:38:52 2010
@@ -313,8 +313,9 @@ class StompProtocolHandler extends Proto
// so we know which wire format is being used.
case frame:StompFrame=>
- info("got command: %s", frame)
if( protocol_version eq None ) {
+
+ info("got command: %s", frame)
frame.action match {
case STOMP =>
on_stomp_connect(frame.headers)