File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ impl RuntimeProcess {
82
82
} ) ?)
83
83
}
84
84
false => {
85
- log:: warn !(
85
+ log:: info !(
86
86
"Cannot read offer template from runtime; using defaults [{}]" ,
87
87
binary. display( )
88
88
) ;
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ pub enum Error {
106
106
UnsupportedSchemeError ( String ) ,
107
107
#[ error( "Unsupported digest: {0}" ) ]
108
108
UnsupportedDigestError ( String ) ,
109
- #[ error( "Invalid digest: {hash}, expected {expected}" ) ]
109
+ #[ error( "Downloaded VM image is corrupted: calculated hash {hash} differs from the expected one {expected}" ) ]
110
110
InvalidHashError { hash : String , expected : String } ,
111
111
#[ error( "Hex error: {0}" ) ]
112
112
HexError ( #[ from] hex:: FromHexError ) ,
You can’t perform that action at this time.
0 commit comments