oic; fix debug log string in oc_buffer_tx().

Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/e4c5e613
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/e4c5e613
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/e4c5e613

Branch: refs/heads/sensors_branch
Commit: e4c5e613c283c35e9ad8893aedc21048cb37d824
Parents: 0dd80b7
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Wed Dec 14 16:15:26 2016 -0800
Committer: Sterling Hughes <sterl...@apache.org>
Committed: Sun Dec 18 13:56:17 2016 -0800

----------------------------------------------------------------------
 net/oic/src/api/oc_buffer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/e4c5e613/net/oic/src/api/oc_buffer.c
----------------------------------------------------------------------
diff --git a/net/oic/src/api/oc_buffer.c b/net/oic/src/api/oc_buffer.c
index a2a00a8..7c3b477 100644
--- a/net/oic/src/api/oc_buffer.c
+++ b/net/oic/src/api/oc_buffer.c
@@ -115,7 +115,7 @@ oc_buffer_tx(struct os_event *ev)
     struct os_mbuf *m;
 
     while ((m = os_mqueue_get(&oc_outq)) != NULL) {
-        OC_LOG_DEBUG("oc_buffer_tx");
+        OC_LOG_DEBUG("oc_buffer_tx: ");
         OC_LOG_ENDPOINT(LOG_LEVEL_DEBUG, OC_MBUF_ENDPOINT(m));
 #ifdef OC_CLIENT
         if (OC_MBUF_ENDPOINT(m)->flags & MULTICAST) {

Reply via email to