diff --git a/output/compact.go b/output/compact.go index 39fecad67..0a38ccc86 100644 --- a/output/compact.go +++ b/output/compact.go @@ -158,7 +158,7 @@ func submitCompactSnapshot(ctx context.Context, server *state.Server, collection } } if len(details) > 0 { - logger.PrintInfo("Compact snapshots submitted: " + details) + logger.PrintInfo("Submitted compact snapshots successfully: " + details) } server.CompactLogTime = time.Now().Truncate(time.Minute) server.CompactLogStats = make(map[string]uint8) diff --git a/output/full.go b/output/full.go index 565c001a5..e509a2538 100644 --- a/output/full.go +++ b/output/full.go @@ -188,7 +188,7 @@ func submitSnapshot(ctx context.Context, server *state.Server, collectionOpts st if len(msg) > 0 && collectionOpts.TestRun { logger.PrintInfo(" %s", msg) } else if !quiet { - logger.PrintInfo("Submitted snapshot successfully") + logger.PrintInfo("Submitted full snapshot successfully") } return nil