Skip to content

Commit

Permalink
Cleanup log
Browse files Browse the repository at this point in the history
  • Loading branch information
gagliardetto committed Dec 6, 2023
1 parent 406c102 commit a878f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/radiance/car/createcar/cmd-create-car.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ func run(c *cobra.Command, args []string) {

if *flagStopAtSlot > 0 {
if schedule.HasSlot(*flagStopAtSlot) {
klog.Infof("You specified --stop-at-slot=%d; once we reach and process this slot, we will exit.", *flagStopAtSlot)
klog.Infof("You specified --stop-at-slot=%d; once we reach and process this slot (inclusive), we will exit. Removing all higher slots from schedule.", *flagStopAtSlot)
schedule.PruneHigherThan(*flagStopAtSlot)
} else {
klog.Exitf("You specified --stop-at-slot=%d, but this slot is not in the schedule.", *flagStopAtSlot)
Expand Down

0 comments on commit a878f62

Please sign in to comment.