зеркало из https://github.com/github/putty.git
logeventf() shouldn't throw stuff at stderr, since it invokes the
ssh.c logevent _macro_ which has already done so! Duhh. [originally from svn r2356]
This commit is contained in:
Родитель
a564ad3140
Коммит
7f7e3f539c
4
ssh.c
4
ssh.c
|
@ -656,10 +656,6 @@ void logeventf(Ssh ssh, char *fmt, ...)
|
|||
buf = dupvprintf(fmt, ap);
|
||||
va_end(ap);
|
||||
logevent(buf);
|
||||
if ((flags & FLAG_STDERR) && (flags & FLAG_VERBOSE)) {
|
||||
fprintf(stderr, "%s\n", buf);
|
||||
fflush(stderr);
|
||||
}
|
||||
sfree(buf);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче