[thorstenp] remove uselexx space

This commit is contained in:
Yann Leboulanger 2008-12-03 21:57:14 +00:00
parent e389e0b16b
commit aa507f43e6
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ class Zeroconf:
def browse_domain(self, domain=None):
gajim.log.debug('starting to browse')
gajim.log.debug('starting to browse')
try:
self.browse_sdRef = pybonjour.DNSServiceBrowse(regtype=self.stype, domain=domain, callBack=self.browse_callback)
except pybonjour.BonjourError, e: