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

sijie pushed a commit to branch branch-4.6
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git

commit df7fe173193a5f1a88b2865961f1fd84b045a255
Author: Ivan Kelly <[email protected]>
AuthorDate: Tue Nov 28 17:05:24 2017 +0100

    Don't print out redundant JMX notice
    
    Users don't really care that JMX is enabled by default, so don't print
    it out.
    
    Author: Ivan Kelly <[email protected]>
    
    Reviewers: Ivan Kelly <[email protected]>, Enrico Olivelli 
<[email protected]>, Matteo Merli <[email protected]>
    
    This closes #782 from ivankelly/no-jmx
---
 bookkeeper-server/bin/bookkeeper | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bookkeeper-server/bin/bookkeeper b/bookkeeper-server/bin/bookkeeper
index f2b85fa..ae20927 100755
--- a/bookkeeper-server/bin/bookkeeper
+++ b/bookkeeper-server/bin/bookkeeper
@@ -40,7 +40,6 @@ fi
 
 if [ "x$JMXDISABLE" = "x" ]
 then
-  echo "JMX enabled by default" >&2
   # for some reason these two options are necessary on jdk6 on Ubuntu
   #   accord to the docs they are not necessary, but otw jconsole cannot
   #   do a local attach

-- 
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.

Reply via email to