Skip to content

Commit

Permalink
Demote warning to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
spiiroin committed Jan 3, 2013
1 parent 7dcc994 commit 28b8417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mce-io.c
Expand Up @@ -1074,7 +1074,7 @@ static void mce_determine_io_monitor_seekable(iomon_struct *iomon)
}
/* report the difference */
if (kernel != glib) {
mce_log(LL_WARN, "%s: is %sseekable, while glib thinks it is %sseekable",
mce_log(LL_DEBUG, "%s: is %sseekable, while glib thinks it is %sseekable",
iomon->file, kernel ? "" : "NOT ", glib ? "" : "NOT ");
}

Expand Down

0 comments on commit 28b8417

Please sign in to comment.