Add more log to locate issue

This commit is contained in:
Unknown 2014-03-25 07:47:04 -04:00
parent ca49acfe67
commit 4f6889bef2
2 changed files with 6 additions and 1 deletions

View file

@ -73,6 +73,7 @@ func In(b string, sl map[string]int) bool {
}
func runServ(k *cli.Context) {
fmt.Println("new serv request", log.Mode, log.Config)
log.Trace("new serv request")
base.NewConfigContext()