CVSROOT:        /cvs
Module name:    src
Changes by:     d...@cvs.openbsd.org    2014/11/21 00:44:25

Modified files:
        lib/libevent   : buffer.c 

Log message:
libraries shouldnt print to stderr when things dont go their way.

switch fprintf(stderr) over to event_warn() on malloc failure. fix
up an errant newline in an existing event_warn while there.

originally i just wanted to delete the fprintf
diff from nicm@ who is away from a keyboard right now so cant commit
guenther@ agrees with the idea

Reply via email to