projects
/
bertos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4278d44
)
Not test syslog in nightly test.
author
Daniele Basile
<asterix@develer.com>
Fri, 20 Jan 2012 09:40:40 +0000
(10:40 +0100)
committer
Daniele Basile
<asterix@develer.com>
Fri, 20 Jan 2012 09:50:04 +0000
(10:50 +0100)
bertos/cfg/log.h
patch
|
blob
|
history
diff --git
a/bertos/cfg/log.h
b/bertos/cfg/log.h
index 05cd5f15588c0e6ff91568b17e6ca94fbf98453e..ae5e6e9d36bb50a4b304980c34917f2b2cae6bd5 100644
(file)
--- a/
bertos/cfg/log.h
+++ b/
bertos/cfg/log.h
@@
-152,7
+152,7
@@
#define CONFIG_SYSLOG_NET 0
#endif
-#if (CONFIG_SYSLOG_NET &&
!ARCH_NIGHTTEST
)
+#if (CONFIG_SYSLOG_NET &&
(!defined(ARCH_NIGHTTEST) || !(ARCH & ARCH_NIGHTTEST))
)
#include <net/syslog.h>
#if LOG_FORMAT == LOG_FMT_VERBOSE