Remove high frequency log to avoid the log full with useless information
authorCaiwen Zhang <caiwen.zhang@intel.com>
Tue, 13 Jan 2015 06:58:06 +0000 (14:58 +0800)
committerCaiwen Zhang <caiwen.zhang@intel.com>
Wed, 14 Jan 2015 01:01:02 +0000 (09:01 +0800)
commite234f7e623683d2d015752c9db8b8d564131fb4e
tree9bc347cd8fe8791d1572f96476c5bffa8012ede4
parentd6bc61395dbe77d5046f4f1e52d7372cb15b189c
Remove high frequency log to avoid the log full with useless information

The OCProcess function is invoked in while loop. The functions that are
invoked by OCProcess will be invoked very frequently. If add log in these
functions, it may make the log full of useless information.

This patch removes frequent log from OCProcess/OCProcessPresence/
OCProcessCoAP/coap_read/OCRecvFrom function.

Signed-off-by: Caiwen Zhang<caiwen.zhang@intel.com>
Change-Id: Iabe182aca8430438085296cd16d69f5bde0626a8
resource/csdk/libcoap-4.1.1/net.c
resource/csdk/occoap/src/occoap.c
resource/csdk/ocsocket/src/ocsocket.c
resource/csdk/stack/src/ocstack.c