Rm %v string at non Errorf log

This commit is contained in:
Remco 2022-10-08 13:54:03 +02:00
parent e93dc3426e
commit fe70f818ad
No known key found for this signature in database
GPG Key ID: 7B47A69904D65327

View File

@ -203,7 +203,7 @@ func Open(dialector Dialector, opts ...Option) (db *DB, err error) {
} }
if err != nil { if err != nil {
config.Logger.Error(context.Background(), "failed to initialize database, got error %v", err) config.Logger.Error(context.Background(), "failed to initialize database, got error ", err)
} }
return return