Skip to content

Commit

Permalink
Merge pull request #114 from pehala/fix_warnings
Browse files Browse the repository at this point in the history
Change empty vm config warning to debug message
  • Loading branch information
pehala authored Jun 13, 2023
2 parents 23a20ee + 77feb3b commit 2918f08
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 2918f08

Please sign in to comment.