Skip to content

Commit 0f49706

Browse files
committed
Linter fix
1 parent 46bc6a0 commit 0f49706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

state/db.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ func OpenConnection(cfg config.Database) (*gorm.DB, error) {
7575

7676
logrus.Info("Waiting database is up and runnning")
7777
for err := CheckConnection(db); err != nil; err = CheckConnection(db) {
78-
logrus.Warn("%v", err)
78+
logrus.Warn(err)
7979
time.Sleep(time.Second)
8080
}
8181

0 commit comments

Comments
 (0)