1
0
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:
Alasdair Kergon
2002-01-27 21:30:47 +00:00
parent 2fb0db7710
commit 1176eb2597
11 changed files with 41 additions and 36 deletions

View File

@@ -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;
}
}