Message ID | 1337174425-21531-2-git-send-email-colin.king@canonical.com |
---|---|
State | Accepted |
Headers | show |
On 05/16/2012 09:20 PM, Colin King wrote: > From: Colin Ian King<colin.king@canonical.com> > > Signed-off-by: Colin Ian King<colin.king@canonical.com> > --- > src/lib/src/fwts_log.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/lib/src/fwts_log.c b/src/lib/src/fwts_log.c > index dc8dcaa..19fbe37 100644 > --- a/src/lib/src/fwts_log.c > +++ b/src/lib/src/fwts_log.c > @@ -36,7 +36,7 @@ static int fwts_log_line = 1; > > static fwts_log_field fwts_log_filter = ~0; > > -static char fwts_log_format[256] = "%line %owner "; > +static char fwts_log_format[256] = ""; > > /* > * fwts_log_set_line_width() Acked-by: Alex Hung <alex.hung@canonical.com>
On Mon, May 21, 2012 at 5:24 PM, Alex Hung <alex.hung@canonical.com> wrote: > On 05/16/2012 09:20 PM, Colin King wrote: >> >> From: Colin Ian King<colin.king@canonical.com> >> >> Signed-off-by: Colin Ian King<colin.king@canonical.com> >> --- >> src/lib/src/fwts_log.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/src/lib/src/fwts_log.c b/src/lib/src/fwts_log.c >> index dc8dcaa..19fbe37 100644 >> --- a/src/lib/src/fwts_log.c >> +++ b/src/lib/src/fwts_log.c >> @@ -36,7 +36,7 @@ static int fwts_log_line = 1; >> >> static fwts_log_field fwts_log_filter = ~0; >> >> -static char fwts_log_format[256] = "%line %owner "; >> +static char fwts_log_format[256] = ""; >> >> /* >> * fwts_log_set_line_width() > > > Acked-by: Alex Hung <alex.hung@canonical.com> > > Acked-by: Keng-Yu Lin <kengyu@canonical.com>
diff --git a/src/lib/src/fwts_log.c b/src/lib/src/fwts_log.c index dc8dcaa..19fbe37 100644 --- a/src/lib/src/fwts_log.c +++ b/src/lib/src/fwts_log.c @@ -36,7 +36,7 @@ static int fwts_log_line = 1; static fwts_log_field fwts_log_filter = ~0; -static char fwts_log_format[256] = "%line %owner "; +static char fwts_log_format[256] = ""; /* * fwts_log_set_line_width()