Browse Source

recommend 2 as service string

Natenom/support-murmur-13-1446181288462
Michael Ziegler 14 years ago
parent
commit
5cf7ee386b
  1. 4
      pyweb/mumble/management/server_detect.py

4
pyweb/mumble/management/server_detect.py

@ -62,8 +62,8 @@ def find_existing_instances( **kwargs ):
print "Trying environment setting", dbusName
else:
print "--- Murmur connection info ---"
print " 1) DBus -- net.sourceforge.mumble.murmur"
print " 2) ICE -- Meta:tcp -h 127.0.0.1 -p 6502"
print " 1) DBus -- net.sourceforge.mumble.murmur (Murmur <= 1.1.8)"
print " 2) ICE -- Meta:tcp -h 127.0.0.1 -p 6502 (Recommended)"
print "Enter 1 or 2 for the defaults above, nothing to skip Server detection,"
print "and if the defaults do not fit your needs, enter the correct string."
print "Whether to use DBus or Ice will be detected automatically from the"

Loading…
Cancel
Save