Skip to content

Commit

Permalink
[spr] changes introduced through rebase
Browse files Browse the repository at this point in the history
Created using spr 1.3.6-beta.1

[skip ci]
  • Loading branch information
papertigers committed Dec 11, 2024
1 parent 16272d7 commit 965b0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sled-agent/src/sled_agent.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1389,7 +1389,7 @@ impl SledAgent {
pub(crate) async fn support_pstack_info(
&self,
) -> Vec<Result<SledDiagnosticsCmdOutput, SledDiagnosticsCmdError>> {
sled_diagnostics::pargs_oxide_processes(&self.log).await
sled_diagnostics::pstack_oxide_processes(&self.log).await
}
}

Expand Down

0 comments on commit 965b0b4

Please sign in to comment.