Skip to content

Incorrect log level for failing to create driver when multiple cargo features are enabled. #379

@ludfjig

Description

@ludfjig

When multiple hypervisors are enabled via features (example both mshv and kvm), and the host system has kvm, an log message of level ERROR will be reported because HypervLinuxDriver::new( will be called, which fails, but later KVMDriver::new will be called, which succeeds.

We should not log an error when this happens.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions