Skip to content

Commit d034a57

Browse files
log: more accurate status Instance API (#2538)
Co-authored-by: Rémy Léone <[email protected]>
1 parent f741f1e commit d034a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/namespaces/instance/v1/custom_server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ func getRunServerAction(action instance.ServerAction) core.CommandRunner {
875875
ServerID: args.ServerID,
876876
Action: action,
877877
})
878-
return &core.SuccessResult{Message: fmt.Sprintf("%s successful for the server", action)}, err
878+
return &core.SuccessResult{Message: fmt.Sprintf("%s successfully started for the server", action)}, err
879879
}
880880
}
881881

0 commit comments

Comments
 (0)