Skip to content

Commit b6b1e71

Browse files
authored
tune sqlite3 message (#17601)
1 parent aa4355b commit b6b1e71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

routers/init.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@ func GlobalInit(ctx context.Context) {
128128
markup.Init()
129129

130130
if setting.EnableSQLite3 {
131-
log.Info("SQLite3 Supported")
131+
log.Info("SQLite3 support is enabled")
132132
} else if setting.Database.UseSQLite3 {
133-
log.Fatal("SQLite3 is set in settings but NOT Supported")
133+
log.Fatal("SQLite3 support is disabled, but it is used for database setting. Please get or build a Gitea release with SQLite3 support.")
134134
}
135135

136136
mustInitCtx(ctx, common.InitDBEngine)

0 commit comments

Comments
 (0)