Re: add bb_info_msg was Re: Applets send errors to syslog during normal, successful operation

2018-05-09 Thread James Byrne
On 11/03/18 21:37, Tito wrote: Deweloper's patch is smaller in code size and adds more features. This thread seems to have gone a bit cold since March, and in the meantime I have implemented my own patch (because I didn't notice this thread) which is very similar too, but slightly more

Re: add bb_info_msg was Re: Applets send errors to syslog during normal, successful operation

2018-03-11 Thread Tito
On 07/03/2018 20:36, Deweloper wrote: # # Automatically generated make config: don't edit # Busybox version: 1.29.0.git # Mon Mar 5 18:33:54 2018 # CONFIG_HAVE_DOT_CONFIG=y # # Settings # CONFIG_DESKTOP=y CONFIG_EXTRA_COMPAT=y CONFIG_FEDORA_COMPAT=y CONFIG_INCLUDE_SUSv2=y CONFIG_LONG_OPTS=y

Re: add bb_info_msg was Re: Applets send errors to syslog during normal, successful operation

2018-03-07 Thread Deweloper
On Wed, 7 Mar 2018 07:44:41 +0100 Tito wrote: > Deweloper could you post your .config? > Sure: -- # # Automatically generated make config: don't edit # Busybox version: 1.29.0.git # Mon Mar 5 18:33:54 2018 # CONFIG_HAVE_DOT_CONFIG=y # # Settings # CONFIG_DESKTOP=y

Re: add bb_info_msg was Re: Applets send errors to syslog during normal, successful operation

2018-03-06 Thread Tito
On 07/03/2018 04:49, Michael Conrad wrote: On 3/5/2018 5:11 PM, Deweloper wrote: Hi, I see your point, forget about this bb_info_msg stuff. The same result can still be achieved by using: syslog_level = LOG_INFO bb_error_msg(...) syslog_level = LOG_ERR if needed If I interpret bloatcheck

Re: add bb_info_msg was Re: Applets send errors to syslog during normal, successful operation

2018-03-06 Thread Michael Conrad
On 3/5/2018 5:11 PM, Deweloper wrote: Hi, I see your point, forget about this bb_info_msg stuff. The same result can still be achieved by using: syslog_level = LOG_INFO bb_error_msg(...) syslog_level = LOG_ERR if needed If I interpret bloatcheck results properly, the above costs extra 45 B of

Re: add bb_info_msg was Re: Applets send errors to syslog during normal, successful operation

2018-03-05 Thread Deweloper
On Sun, 4 Mar 2018 22:12:21 +0100 Tito wrote: > On 04/03/2018 20:05, Denys Vlasenko wrote: > > On Wed, Feb 28, 2018 at 2:03 PM, Tito > > wrote: > >> Hi, > >> > >> forgot to add the [PATCH] tag so I resend it. > >> > >> Ciao, > >> Tito > >> > >> On