mirror of
git://sourceware.org/git/lvm2.git
synced 2025-02-24 17:57:48 +03:00
Internal errors triggering abort cannot be suppressed. (kabi)
This commit is contained in:
parent
94d4a90f27
commit
e995e713f9
@ -187,8 +187,8 @@ void print_log(int level, const char *file, int line, int dm_errno,
|
|||||||
!strncmp(format, INTERNAL_ERROR,
|
!strncmp(format, INTERNAL_ERROR,
|
||||||
strlen(INTERNAL_ERROR)))
|
strlen(INTERNAL_ERROR)))
|
||||||
internal_error = 1;
|
internal_error = 1;
|
||||||
|
else if (_log_suppress == 2)
|
||||||
if (_log_suppress == 2)
|
/* Internal errors triggering abort cannot be suppressed. */
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (level <= _LOG_ERR)
|
if (level <= _LOG_ERR)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user