summaryrefslogtreecommitdiff
path: root/admin.go
diff options
context:
space:
mode:
Diffstat (limited to 'admin.go')
-rw-r--r--admin.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin.go b/admin.go
index d31308a..214b734 100644
--- a/admin.go
+++ b/admin.go
@@ -1000,7 +1000,7 @@ func handleStop(w http.ResponseWriter, r *http.Request) error {
Log().Error("unable to notify stopping to service manager", zap.Error(err))
}
- exitProcess(Log().Named("admin.api"))
+ exitProcess(context.Background(), Log().Named("admin.api"))
return nil
}