Skip to content

Commit

Permalink
[daemon] Log bad instance drop upon construction
Browse files Browse the repository at this point in the history
  • Loading branch information
ricab committed May 11, 2021
1 parent 8647f62 commit dddae4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/daemon/daemon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -953,6 +953,7 @@ mp::Daemon::Daemon(std::unique_ptr<const DaemonConfig> the_config)

for (const auto& bad_spec : invalid_specs)
{
mpl::log(mpl::Level::warning, category, fmt::format("Removing invalid instance: {}", bad_spec));
vm_instance_specs.erase(bad_spec);
}

Expand Down

0 comments on commit dddae4d

Please sign in to comment.