Tidying up some more.

This commit is contained in:
Dimitri Fontaine 2014-12-27 00:30:10 +01:00
parent e25ccdb531
commit 25c39b05e2

View File

@ -73,9 +73,8 @@
(sqlite:finalize-statement statement)
(return rows))
(condition (e)
(progn
(log-message :error "~a" e)
(pgstate-incf *state* (target sqlite) :errs 1))))))))
(pgstate-incf *state* (target sqlite) :errs 1)))))))
(defmethod copy-to-queue ((sqlite copy-sqlite) queue)