From 0fcea289f7702d4069b93fd25ef5fb6206a3ee10 Mon Sep 17 00:00:00 2001 From: multikatt Date: Sun, 31 May 2015 20:46:07 -0400 Subject: [PATCH] Log notification --- beetsplug/ipfs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/beetsplug/ipfs.py b/beetsplug/ipfs.py index c277a0b98..53828de36 100644 --- a/beetsplug/ipfs.py +++ b/beetsplug/ipfs.py @@ -210,6 +210,7 @@ class IPFSPlugin(BeetsPlugin): item.path = '' tmplib.add(item) album.artpath = '' + self._log.info("Adding '{0}' to temporary library", album) tmplib.add(album) except AttributeError: pass