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)
committerSudarshan Prasad <sudarshan.prasad@intel.com>
Thu, 22 Jan 2015 16:19:51 +0000 (16:19 +0000)
commit32ba5a48ad01b9fd39a3b747a28b1602fd882546
tree366f4e09a69d4b08860bfa0673c7fa80da53004f
parentc99ae28f216978dadfd7485796fe4a2c048a0af3
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
(cherry picked from commit e234f7e623683d2d015752c9db8b8d564131fb4e)
Reviewed-on: https://gerrit.iotivity.org/gerrit/221
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Sudarshan Prasad <sudarshan.prasad@intel.com>
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