From 3b3a4bd889286777ba6a590a1f74cf3edae36a72 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Wed, 30 Sep 2015 00:30:53 +0200 Subject: Add __config__ to MultiAccount (and XFSAccount) based plugins --- module/plugins/internal/Account.py | 1 + 1 file changed, 1 insertion(+) (limited to 'module/plugins/internal/Account.py') diff --git a/module/plugins/internal/Account.py b/module/plugins/internal/Account.py index 196589e85..7060959ee 100644 --- a/module/plugins/internal/Account.py +++ b/module/plugins/internal/Account.py @@ -303,6 +303,7 @@ class Account(Plugin): @lock def removeAccount(self, user): + self.log_info(_("Removing user `%s`...") % user) self.accounts.pop(user, None) if user is self.user: self.choose() -- cgit v1.2.3