Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mbussolotto committed Jun 17, 2024
1 parent 8e8d356 commit 8e878e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mgrpxy/cmd/status/podman.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func podmanStatus(
for _, service := range services {
serviceName := fmt.Sprintf("uyuni-proxy-%s", service)
if err := utils.RunCmdStdMapping(zerolog.DebugLevel, "systemctl", "status", "--no-pager", serviceName); err != nil {
log.Error().Err(err).Msgf("Failed to get status of the %s service", serviceName)
log.Error().Err(err).Msgf(L("Failed to get status of the %s service"), serviceName)
returnErr = errors.New(L("failed to get the status of at least one service"))
}
}
Expand Down

0 comments on commit 8e878e4

Please sign in to comment.