This is an automated email from the ASF dual-hosted git repository.

michaelpearce pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/master by this push:
     new 87da980  NO-JIRA Fix log statement in sessions.js
     new 4a878b8  This closes #2588
87da980 is described below

commit 87da980df2df9ea551b9780b28b32cb155f1cbdb
Author: Sebastian Thomschke <sebt...@users.noreply.github.com>
AuthorDate: Thu Mar 21 17:20:08 2019 +0100

    NO-JIRA Fix log statement in sessions.js
---
 artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/sessions.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/sessions.js 
b/artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/sessions.js
index a1db1af..5c5c066 100644
--- a/artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/sessions.js
+++ b/artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/sessions.js
@@ -130,7 +130,7 @@ var ARTEMIS = (function(ARTEMIS) {
         }
 
         if (artemisConsumer.consumer) {
-            ARTEMIS.log.info("navigating to connection = " + 
artemisConsumer.consumer.ID);
+            ARTEMIS.log.info("navigating to consumer = " + 
artemisConsumer.consumer.ID);
             $scope.filter.values.field = $scope.filter.fieldOptions[0].id;
             $scope.filter.values.operation = 
$scope.filter.operationOptions[0].id;
             $scope.filter.values.value = artemisConsumer.consumer.session;

Reply via email to