Skip to content

Commit

Permalink
Change empty vm config warning to debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
pehala committed May 31, 2023
1 parent 5489ed6 commit 77feb3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proxy/root_context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ impl RootContext for RootAuthThreescale {
} else {
// We currently don't need a VM config, so don't
// fail if there's none.
warn!(self, "on_vm_start: empty VM config");
debug!(self, "on_vm_start: empty VM config");
}

true
Expand Down

0 comments on commit 77feb3b

Please sign in to comment.