summaryrefslogtreecommitdiff
path: root/internal/ior.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-03-07 22:48:48 +0200
committerPaul Buetow <paul@buetow.org>2025-03-07 22:48:48 +0200
commit786a23174a450a8a92907404a1beaef3231f4794 (patch)
treec130a1215762b24842cce95563cf9c0eda06bfa1 /internal/ior.go
parentc78b30591644d4b7ab7b68b7ccba978e4f702bc8 (diff)
jo
Diffstat (limited to 'internal/ior.go')
-rw-r--r--internal/ior.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/internal/ior.go b/internal/ior.go
index af97e55..2fbbb58 100644
--- a/internal/ior.go
+++ b/internal/ior.go
@@ -80,7 +80,7 @@ func Run(flags flags.Flags) {
signal.Notify(c, os.Interrupt, syscall.SIGTERM)
go func() {
<-c
- fmt.Println("Shutting down...")
+ fmt.Println("Good bye...")
if flags.PprofEnable {
fmt.Println("Stoppig profiling, writing ior.cpuprofile and ior.memprofile")
pprof.StopCPUProfile()
@@ -90,6 +90,4 @@ func Run(flags flags.Flags) {
}()
newEventLoop(flags).run(ch)
-
- fmt.Println("Good bye")
}