You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by vi...@apache.org on 2019/11/19 22:35:09 UTC

[mynewt-core] branch master updated: Fix misleading comment.

This is an automated email from the ASF dual-hosted git repository.

vipulrahane pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 3dee8c5  Fix misleading comment.
     new 98cfc92  Merge pull request #2101 from mlaz/fix_log
3dee8c5 is described below

commit 3dee8c521efb9f45bc64c65745cd3643003a9485
Author: Miguel Azevedo <mi...@gmail.com>
AuthorDate: Tue Nov 19 19:35:43 2019 +0000

    Fix misleading comment.
---
 sys/log/common/include/log_common/log_common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/log/common/include/log_common/log_common.h b/sys/log/common/include/log_common/log_common.h
index 4b4948c..ab6699e 100644
--- a/sys/log/common/include/log_common/log_common.h
+++ b/sys/log/common/include/log_common/log_common.h
@@ -42,7 +42,7 @@ struct log;
 #define LOG_LEVEL_WARN     (2)
 #define LOG_LEVEL_ERROR    (3)
 #define LOG_LEVEL_CRITICAL (4)
-/* Up to 7 custom log levels. */
+/* Up to 10 custom log levels. */
 #define LOG_LEVEL_MAX      (15)
 
 #define LOG_LEVEL_STR(level) \