From ee76c9a187ba9a8e720a7c3d187d1073e7301ab9 Mon Sep 17 00:00:00 2001 From: Nikitin Aleksandr Date: Mon, 13 Nov 2023 13:27:55 +0300 Subject: [PATCH] =?UTF-8?q?=D1=81=D0=B4=D0=B5=D0=BB=D0=B0=D0=BB=20Postgres?= =?UTF-8?q?=20gorm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- postgres_gorm/postgres_gorm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres_gorm/postgres_gorm.go b/postgres_gorm/postgres_gorm.go index 4281be0c..07afe96c 100644 --- a/postgres_gorm/postgres_gorm.go +++ b/postgres_gorm/postgres_gorm.go @@ -225,7 +225,7 @@ func WaitStop() { select { case <-contextmain.GetContext().Done(): - log.Warn("Context app is canceled.") + log.Warn("Context app is canceled. Postgres gorm.") } //