From: Daniele Basile Date: Tue, 17 Jan 2012 09:48:31 +0000 (+0100) Subject: Remove syslog from nightly test. X-Git-Url: https://codewiz.org/gitweb?p=bertos.git;a=commitdiff_plain;h=7a613efa9f80222fa9642bfb6a249972c7ae6c6e;hp=73263eca4f0a41d35deb3256c8cc894cfc907ff2 Remove syslog from nightly test. --- diff --git a/bertos/cfg/log.h b/bertos/cfg/log.h index 086d4615..05cd5f15 100644 --- a/bertos/cfg/log.h +++ b/bertos/cfg/log.h @@ -152,7 +152,7 @@ #define CONFIG_SYSLOG_NET 0 #endif -#if CONFIG_SYSLOG_NET +#if (CONFIG_SYSLOG_NET && !ARCH_NIGHTTEST) #include #if LOG_FORMAT == LOG_FMT_VERBOSE