[LEDE-DEV] [PATCH ubox] Fix logger starvation and Add feature log priority filtering
Rafał Miłecki
zajec5 at gmail.com
Wed Jul 5 04:30:27 PDT 2017
On 4 July 2017 at 20:33, Ron Brash <ron.brash at gmail.com> wrote:
> This communication is intended for the use of the recipient to which it is
> addressed, and may contain confidential, personal, and or privileged
> information. Please contact the sender immediately if you are not the
> intended recipient of this communication, and do not copy, distribute, or
> take action relying on it. Any communication received in error, or
> subsequent reply, should be deleted or destroyed.
Please resend with changes suggested by Hans included and without that
above scary text. You're writing to the public mailing list after all!
> @@ -27,6 +27,7 @@
> #include "syslog.h"
>
> int debug = 0;
> +int priority = 7;
> static struct blob_buf b;
> static struct ubus_auto_conn conn;
> static LIST_HEAD(clients);
All your patch is white space mangled. You will need to use some
better e-mail client or maybe just git send-email tool.
More information about the Lede-dev
mailing list