Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sled-agent/config-reconciler/src/mupdate_override.rs
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ where
Ok(hash)
}
Err(error) => {
error!(
warn!(
log,
"zone {} not found in the boot disk zone manifest, \
not returning it as a source",
Expand All @@ -321,7 +321,7 @@ where
} else {
// The boot disk is not available, so we cannot add the
// install dataset path from it.
error!(
warn!(
log,
"boot disk install dataset not available, \
not returning it as a source";
Expand Down
Loading