1
0
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:
Alasdair Kergon 2010-01-11 20:30:32 +00:00
parent 94d4a90f27
commit e995e713f9

View File

@ -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)