vendor latest c/common

Includes the default db backend changes.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
Paul Holzinger
2023-10-10 14:24:24 +02:00
parent 040a4e4b1e
commit 8a52e638e6
31 changed files with 953 additions and 192 deletions

View File

@ -367,7 +367,7 @@ func makeRuntime(runtime *Runtime) (retErr error) {
}
runtime.state = state
default:
return fmt.Errorf("unrecognized state type passed (%v): %w", runtime.config.Engine.StateType, define.ErrInvalidArg)
return fmt.Errorf("unrecognized state type passed (%v): %w", backend, define.ErrInvalidArg)
}
// Grab config from the database so we can reset some defaults