mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-08 09:28:41 +00:00
Clean-up logging.
This commit is contained in:
parent
eee6d4c030
commit
d557cda55c
1 changed files with 2 additions and 2 deletions
|
@ -217,10 +217,10 @@ class Core(CorePluginBase, CoreNotifications):
|
||||||
CoreNotifications.enable(self)
|
CoreNotifications.enable(self)
|
||||||
self.config = deluge.configmanager.ConfigManager(
|
self.config = deluge.configmanager.ConfigManager(
|
||||||
"notifications-core.conf", DEFAULT_PREFS)
|
"notifications-core.conf", DEFAULT_PREFS)
|
||||||
log.debug("\n\nENABLING CORE NOTIFICATIONS\n\n")
|
log.debug("ENABLING CORE NOTIFICATIONS")
|
||||||
|
|
||||||
def disable(self):
|
def disable(self):
|
||||||
log.debug("\n\nDISABLING CORE NOTIFICATIONS\n\n")
|
log.debug("DISABLING CORE NOTIFICATIONS")
|
||||||
CoreNotifications.disable(self)
|
CoreNotifications.disable(self)
|
||||||
|
|
||||||
@export
|
@export
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue