add log
This commit is contained in:
parent
a60ecff7e3
commit
32e9e4b3eb
@ -452,7 +452,7 @@ func ReadConfig() *SRNdConfig {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatalf("failed to load %s: %s", filterFile, err)
|
log.Fatalf("failed to load %s: %s", filterFile, err)
|
||||||
}
|
}
|
||||||
log.Println("loaded filters")
|
log.Printf("loaded %d filters", len(sconf.filter.globalFilters))
|
||||||
}
|
}
|
||||||
return &sconf
|
return &sconf
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user