[PATCH 1/8] lib: fwts_log: remove default line num and test name from log

Colin King colin.king at canonical.com
Wed May 16 13:20:18 UTC 2012


From: Colin Ian King <colin.king at canonical.com>

Signed-off-by: Colin Ian King <colin.king at 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()
-- 
1.7.10





More information about the fwts-devel mailing list