summaryrefslogtreecommitdiffstats
path: root/modules/log/flags.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/log/flags.go')
-rw-r--r--modules/log/flags.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/log/flags.go b/modules/log/flags.go
index 992fc62ddb..95950548ec 100644
--- a/modules/log/flags.go
+++ b/modules/log/flags.go
@@ -60,5 +60,8 @@ func FlagsFromString(from string) int {
flags |= f
}
}
+ if flags == 0 {
+ return -1
+ }
return flags
}