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.") } //