mirror of
https://github.com/beetbox/beets.git
synced 2026-02-24 08:12:54 +01:00
bpd: mention control socket address in log
This commit is contained in:
parent
80286ea898
commit
64ed54330b
1 changed files with 2 additions and 0 deletions
|
|
@ -1094,6 +1094,8 @@ class Server(BaseServer):
|
|||
self.cmd_update(None)
|
||||
log.info(u'Server ready and listening on {}:{}'.format(
|
||||
host, port))
|
||||
log.debug(u'Listening for control signals on {}:{}'.format(
|
||||
host, ctrl_port))
|
||||
|
||||
def run(self):
|
||||
self.player.run()
|
||||
|
|
|
|||
Loading…
Reference in a new issue