From 836ccfca4a14790ca7623cca82efc65840a2452c Mon Sep 17 00:00:00 2001 From: Alex Akselrod Date: Fri, 6 Dec 2024 15:51:14 -0800 Subject: [PATCH] temp debug commit to run CI again --- rpcserver.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcserver.go b/rpcserver.go index a3e37b6606..10b56285c3 100644 --- a/rpcserver.go +++ b/rpcserver.go @@ -7073,7 +7073,7 @@ func (r *rpcServer) StopDaemon(_ context.Context, "shut down, please wait until rescan finishes") } - rpcsLog.Infof("%s", stack()) + rpcsLog.Infof("Shutting down: %s", stack()) r.interceptor.RequestShutdown()