reduce debug log
git-svn-id: http://repo.ham.fi/svn/aprsc/trunk@399 3ce903b1-3385-4e86-93cd-f9a4a239f7ac
This commit is contained in:
parent
392ff19778
commit
eecaccfcbf
|
|
@ -2184,7 +2184,7 @@ static int filter_process_one(struct client_t *c, struct pbuf_t *pb, struct filt
|
|||
rc = -1;
|
||||
break;
|
||||
}
|
||||
hlog(LOG_DEBUG, "filter '%s' rc=%d", f->h.text, rc);
|
||||
//hlog(LOG_DEBUG, "filter '%s' rc=%d", f->h.text, rc);
|
||||
|
||||
return rc;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1166,7 +1166,7 @@ int parse_aprs(struct worker_t *self, struct pbuf_t *pb)
|
|||
}
|
||||
keybuf[i] = 0;
|
||||
pb->dstname_len = p - body;
|
||||
hlog(LOG_DEBUG, "message: dstname len %d", pb->dstname_len);
|
||||
//hlog(LOG_DEBUG, "message: dstname len %d", pb->dstname_len);
|
||||
|
||||
/*
|
||||
* This adds a position for a message based on the
|
||||
|
|
|
|||
Loading…
Reference in New Issue