You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2016/09/15 00:20:01 UTC

incubator-mynewt-core git commit: sys/log - Add missing parethesis to macro defn.

Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/develop 1cb7f3577 -> 54fe9e7e3


sys/log - Add missing parethesis to macro defn.


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/54fe9e7e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/54fe9e7e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/54fe9e7e

Branch: refs/heads/develop
Commit: 54fe9e7e3f66daac8dd5285c20f2a4a809ff3a0e
Parents: 1cb7f35
Author: Christopher Collins <cc...@apache.org>
Authored: Wed Sep 14 17:19:45 2016 -0700
Committer: Christopher Collins <cc...@apache.org>
Committed: Wed Sep 14 17:19:45 2016 -0700

----------------------------------------------------------------------
 sys/log/include/log/log.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/54fe9e7e/sys/log/include/log/log.h
----------------------------------------------------------------------
diff --git a/sys/log/include/log/log.h b/sys/log/include/log/log.h
index 48c3aed..80d61e6 100644
--- a/sys/log/include/log/log.h
+++ b/sys/log/include/log/log.h
@@ -110,7 +110,7 @@ struct log_entry_hdr {
     (LOG_MODULE_NFFS        == module ? "NFFS"        :\
     (LOG_MODULE_REBOOT      == module ? "REBOOT"      :\
     (LOG_MODULE_IOTIVITY    == module ? "IOTIVITY"    :\
-     "UNKNOWN")))))))
+     "UNKNOWN"))))))))
 
 /*
  * Logging Implementations