string formating fixes

This commit is contained in:
bergquist
2018-08-28 22:33:38 +02:00
parent ff7b0d4f63
commit 12c9860882
10 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ func (ss *SqlStore) inTransactionWithRetryCtx(ctx context.Context, callback dbTr
if len(sess.events) > 0 {
for _, e := range sess.events {
if err = bus.Publish(e); err != nil {
log.Error(3, "Failed to publish event after commit", err)
log.Error(3, "Failed to publish event after commit. error: %v", err)
}
}
}