add log
This commit is contained in:
parent
54b8b60edd
commit
a60ecff7e3
@ -452,6 +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")
|
||||||
}
|
}
|
||||||
return &sconf
|
return &sconf
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user