/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to mandos

  • Committer: Teddy Hogeborn
  • Date: 2010-10-13 17:33:08 UTC
  • Revision ID: teddy@fukt.bsnet.se-20101013173308-1vbt2uu75ej7h9xg
* mandos (AvahiService.entry_group_state_changed): Log a name
                                                   collision as
                                                   "info", not as
                                                   "warning".

Show diffs side-by-side

added added

removed removed

Lines of Context:
204
204
        if state == avahi.ENTRY_GROUP_ESTABLISHED:
205
205
            logger.debug(u"Zeroconf service established.")
206
206
        elif state == avahi.ENTRY_GROUP_COLLISION:
207
 
            logger.warning(u"Zeroconf service name collision.")
 
207
            logger.info(u"Zeroconf service name collision.")
208
208
            self.rename()
209
209
        elif state == avahi.ENTRY_GROUP_FAILURE:
210
210
            logger.critical(u"Avahi: Error in group state changed %s",