home
/
dev
/
repositories
/
mpd-sima.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03d85cc
)
MPD client: set some log levels
author
kaliko <kaliko@azylum.org>
Sat, 23 May 2020 15:13:28 +0000
(17:13 +0200)
committer
kaliko <kaliko@azylum.org>
Sat, 23 May 2020 15:13:28 +0000
(17:13 +0200)
sima/mpdclient.py
patch
|
blob
|
history
diff --git
a/sima/mpdclient.py
b/sima/mpdclient.py
index abc8282ea545e50722ecf0dcfcb4c70d79bdc05a..42c41674c77c464b96c418d8f629622f4d9c3ad9 100644
(file)
--- a/
sima/mpdclient.py
+++ b/
sima/mpdclient.py
@@
-411,11
+411,11
@@
class MPD(MPDClient):
if SimaStr(artist.name) == fuzz:
found = True
artist.add_alias(fuzz)
- self.log.
info
('"%s" quite probably matches "%s" (SimaStr)',
- fuzz, artist)
+ self.log.
debug
('"%s" quite probably matches "%s" (SimaStr)',
+
fuzz, artist)
if found:
if artist.aliases:
- self.log.
debug
('Found aliases: %s', '/'.join(artist.names))
+ self.log.
info
('Found aliases: %s', '/'.join(artist.names))
return artist
return None