about summary refs log tree commit diff stats
path: root/svc/sqlite.go
diff options
context:
space:
mode:
Diffstat (limited to 'svc/sqlite.go')
-rw-r--r--svc/sqlite.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/svc/sqlite.go b/svc/sqlite.go
index 69103dc..fe9622c 100644
--- a/svc/sqlite.go
+++ b/svc/sqlite.go
@@ -83,7 +83,7 @@ func (lite dbSqlite) push() error {
 
 	err = tx.Commit()
 	if err != nil {
-		tx.Rollback()
+		errLog("", tx.Rollback())
 		return err
 	}