[1314] in BarnOwl Developers
[nelhage/barnowl] 45cf49: Don't send stderr to admin messages.
daemon@ATHENA.MIT.EDU (noreply@github.com)
Thu Oct 29 18:15:16 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@lunatique.mit.edu
Date: Mon, 23 Feb 2009 14:48:21 -0800
To: dirty-owl-hackers@mit.edu
From: noreply@github.com
Branch: refs/heads/master
Home: http://github.com/nelhage/barnowl
Commit: 45cf49f198d0f4be9773e362d4f24e36dbf321e6
http://github.com/nelhage/barnowl/commit/45cf49f198d0f4be9773e362d4f24e36dbf321e6
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-02-23 (Mon, 23 Feb 2009)
Changed paths:
M functions.c
M owl.c
Log Message:
-----------
Don't send stderr to admin messages.
We've been getting a lot of complaints about 'uninitialized use of
...' errors and of spew from buggy zsig randomizers. In both cases,
this was an effect of the way we were sending stderr to error
messages, and those error messages went to admin messages because of a
change in 1.0.5.
We still send stderr to the error message log, but text there will no
longer show up anywhere by default.