zeroconf: Fix logger name
This commit is contained in:
parent
d529202b88
commit
9814fe1ec9
@ -5,7 +5,7 @@ import re
|
||||
import socket
|
||||
import string
|
||||
|
||||
logger = logging.getLogger('mopidy.utils.zerconf')
|
||||
logger = logging.getLogger('mopidy.utils.zeroconf')
|
||||
|
||||
try:
|
||||
import dbus
|
||||
|
||||
Loading…
Reference in New Issue
Block a user