mirror of
https://github.com/lilydjwg/archrepo2.git
synced 2025-03-10 12:02:43 +00:00
more logging
This commit is contained in:
parent
cca8a27ef9
commit
edc547632a
1 changed files with 1 additions and 0 deletions
|
@ -375,6 +375,7 @@ class EventHandler(pyinotify.ProcessEvent):
|
|||
(filename, pkgrepo, pkgname, pkgarch, pkgver, forarch, state, owner, mtime, info) values
|
||||
(?, ?, ?, ?, ?, ?, ?, ?, ?, ?)''',
|
||||
(act.path, self.name, act.name, act.arch, act.fullversion, arch, state, owner, mtime, info))
|
||||
logger.info('Action %r done.', act)
|
||||
|
||||
else:
|
||||
res = self._db.execute(
|
||||
|
|
Loading…
Add table
Reference in a new issue