From 345143866f1765c3676132c01823a7d1444d9c56 Mon Sep 17 00:00:00 2001 From: Kichan Kwon Date: Tue, 16 Feb 2016 17:38:05 +0900 Subject: [PATCH] block : change log priority - This log just informs accessing file and not returning error if this error is printed. Therefore, to prevent misunderstanding, change the priority to INFO Change-Id: I51a10d93eee246144ba7081f2bf4d562bc6f5329 Signed-off-by: Kichan Kwon --- src/block/block-monitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/block/block-monitor.c b/src/block/block-monitor.c index 26aa924..1a8d1b5 100644 --- a/src/block/block-monitor.c +++ b/src/block/block-monitor.c @@ -123,7 +123,7 @@ static void block_logging(struct block_monitor_info *bmi, pid_t pid, int type = bmi->logging; if (type & BLOCK_LOGGING_DLOG) - _E("pid %d(%s) accessed %s", pid, label, filename); + _I("pid %d(%s) accessed %s", pid, label, filename); if (type & BLOCK_LOGGING_FILE) { FILE *f; -- 2.7.4