mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-18 18:46:17 +00:00
refactor: centralize startup server preflight (#3459)
This commit is contained in:
@@ -178,7 +178,7 @@ mod tests {
|
||||
"fn emit_fatal_stderr(context: &str, error: impl std::fmt::Display)",
|
||||
"emit_fatal_stderr(\"Server runtime failed\", e)",
|
||||
"emit_fatal_stderr(\"Command parse failed\", e)",
|
||||
"emit_fatal_stderr(\"Observability initialization failed\", &e)",
|
||||
"emit_fatal_stderr(\"Observability initialization failed\", err)",
|
||||
],
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user