summaryrefslogtreecommitdiff
path: root/flow-cleaner.go
diff options
context:
space:
mode:
Diffstat (limited to 'flow-cleaner.go')
-rw-r--r--flow-cleaner.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/flow-cleaner.go b/flow-cleaner.go
index 1046f5c..8821abe 100644
--- a/flow-cleaner.go
+++ b/flow-cleaner.go
@@ -20,11 +20,11 @@ func init() {
func main() {
flogger.Println("Now running Flow-cleaner")
cfg, err := readConfig()
- VERBOSE = cfg.Verbose
if err != nil {
flogger.Println("Could not read config")
return
}
+ VERBOSE = cfg.Verbose
switch cfg.DataSource {
case "stdin":