diff --git a/cmd/ripoff-export/ripoff_export.go b/cmd/ripoff-export/ripoff_export.go index aa79642..4a50f4b 100644 --- a/cmd/ripoff-export/ripoff_export.go +++ b/cmd/ripoff-export/ripoff_export.go @@ -108,4 +108,6 @@ func main() { slog.Error("Could not write ripoff file", errAttr(err)) os.Exit(1) } + + slog.Info(fmt.Sprintf("Ripoff export complete, %d rows exported", len(ripoffFile.Rows))) }