--- rpl/src/rplexternals.h 2017/07/03 11:47:05 1.78 +++ rpl/src/rplexternals.h 2017/07/04 10:28:09 1.79 @@ -354,7 +354,8 @@ #define endSubroutine END } #define notice(s, ...) __CATCH_SYSTEM_ERROR__; \ - do { ufprintf(s, __VA_ARGS__); fflush(s); } while(0) + do { if (affichage_rplso == d_vrai) \ + { ufprintf(s, __VA_ARGS__); fflush(s); } } while(0) #define logger(...) __CATCH_SYSTEM_ERROR__; \ do { syslog(LOG_NOTICE, __VA_ARGS__); } while(0)