]> source.dussan.org Git - gitea.git/commit
Add shutting down notice (#25920)
authorKN4CK3R <admin@oldschoolhack.me>
Mon, 17 Jul 2023 08:58:47 +0000 (10:58 +0200)
committerGitHub <noreply@github.com>
Mon, 17 Jul 2023 08:58:47 +0000 (10:58 +0200)
commit81a8120bc3e023b3729473adf87f399ec70e8cde
treef814458a20adf585827570a860340f4ce084f4fb
parentd9763d605d5fef058d88cd8b894f99cb9cc06c1c
Add shutting down notice (#25920)

Got the same problem as #25915 when updating an instance. The
`log.Fatal` should have been marked as breaking in #23911.

This PR adds a notice that the system is shutting down because of the
deprecated setting.
modules/setting/config_provider.go