Switch to side-by-side view

--- a/Allura/allura/command/reactor.py
+++ b/Allura/allura/command/reactor.py
@@ -50,8 +50,8 @@
     def configure_tool(self, name, tool):
         base.log.info('Configuring tool %s:%s', name, tool)
         for method, xn, qn, keys in tool_consumers(name, tool):
+            base.log.info('... %s %s %r', xn, qn, keys)
             pylons.g.amq_conn.declare_queue(xn, qn, keys)
-            base.log.info('... %s %s %r', xn, qn, keys)
 
 class ReactorCommand(base.Command):
 
@@ -322,4 +322,4 @@
     p.cmdloop()
     p.forget()
 
-#sys.excepthook =debug
+# sys.excepthook =debug