mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
See ChangeLogs
This commit is contained in:
parent
6870dcf05d
commit
d8602648b8
12 changed files with 146 additions and 72 deletions
|
@ -486,9 +486,17 @@ do_logv (int level, const char *fmt, va_list arg_ptr)
|
|||
}
|
||||
|
||||
if (level == JNLIB_LOG_FATAL)
|
||||
exit(2);
|
||||
{
|
||||
if (missing_lf)
|
||||
putc('\n', logstream );
|
||||
exit(2);
|
||||
}
|
||||
if (level == JNLIB_LOG_BUG)
|
||||
abort();
|
||||
{
|
||||
if (missing_lf)
|
||||
putc('\n', logstream );
|
||||
abort();
|
||||
}
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue