[www-apps/gitea] bump to 1.10.0_rc2 as continuation from PR 12597 on gentoo/gentoo
This commit is contained in:
13
www-apps/gitea/files/gitea-logflags.patch
Normal file
13
www-apps/gitea/files/gitea-logflags.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
diff --git a/modules/log/flags.go b/modules/log/flags.go
|
||||
index 992fc62..5578a1b 100644
|
||||
--- a/modules/log/flags.go
|
||||
+++ b/modules/log/flags.go
|
||||
@@ -31,7 +31,7 @@ const (
|
||||
Lmedfile = Lshortfile | Llongfile
|
||||
|
||||
// LstdFlags is the initial value for the standard logger
|
||||
- LstdFlags = Ldate | Ltime | Lmedfile | Lshortfuncname | Llevelinitial
|
||||
+ LstdFlags = Ldate | Ltime | Llevelinitial
|
||||
)
|
||||
|
||||
var flagFromString = map[string]int{
|
||||
Reference in New Issue
Block a user