[modules/arch-update] fix log error
This commit is contained in:
parent
f1ce5e162a
commit
f23566f5d0
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class Module(core.module.Module):
|
|||
self.__packages = 0
|
||||
else:
|
||||
self.__error = True
|
||||
log.error("checkupdates exited with {}: {}".format(code, result))
|
||||
logging.error("checkupdates exited with {}: {}".format(code, result))
|
||||
|
||||
def state(self, widget):
|
||||
if self.__error:
|
||||
|
|
Loading…
Reference in a new issue