From ca6d124db33a25570f96b185e915737693fd914f Mon Sep 17 00:00:00 2001 From: Grigorii Safronov Date: Sat, 13 Apr 2024 13:25:17 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'cmd/rqlited/main.go'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/rqlited/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/rqlited/main.go b/cmd/rqlited/main.go index 31985528..34956efe 100644 --- a/cmd/rqlited/main.go +++ b/cmd/rqlited/main.go @@ -239,7 +239,7 @@ func main() { clstrServ.Close() muxLn.Close() stopProfile() - log.Println("rqlite server stopped") + log.Println("fluidB server stopped") } func startAutoBackups(ctx context.Context, cfg *Config, str *store.Store) (*backup.Uploader, error) {