--- rpl/src/rplexternals.h 2017/07/10 14:47:59 1.83 +++ rpl/src/rplexternals.h 2017/07/12 15:42:43 1.84 @@ -364,8 +364,7 @@ #define endSubroutine END } #define notice(s, ...) __CATCH_SYSTEM_ERROR__; \ - do { if (affichage_rplso == d_vrai) \ - { ufprintf(s, __VA_ARGS__); fflush(s); } } while(0) + do { ufprintf(s, __VA_ARGS__); fflush(s); } while(0) #define logger(...) __CATCH_SYSTEM_ERROR__; \ do { syslog(LOG_NOTICE, __VA_ARGS__); } while(0)