mirror of
git://sourceware.org/git/lvm2.git
synced 2025-10-16 23:33:16 +03:00
Tweak some error message levels.
This commit is contained in:
@@ -55,7 +55,7 @@ static void _inc_indent(struct formatter *f)
|
||||
static void _dec_indent(struct formatter *f)
|
||||
{
|
||||
if (!f->indent--) {
|
||||
log_debug("Indenting seems to have messed up\n");
|
||||
log_error("Internal error tracking indentation");
|
||||
f->indent = 0;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user