Re: [commit] master: flush stdout more

2012-10-17 Thread Oswald Buddenhagen
On Wed, Oct 17, 2012 at 09:16:51AM +0200, [email protected] wrote: > On Tue, Oct 16, 2012 at 07:37:59 +, Oswald Buddenhagen wrote: > > printf( ">>> %d LOGIN \n", cmd->tag ); > > + fflush( stdout ); > > why not just use setlinebuf(stdout)? > because it's not suf

Re: [commit] master: flush stdout more

2012-10-17 Thread tino . keitel
On Tue, Oct 16, 2012 at 07:37:59 +, Oswald Buddenhagen wrote: > commit 03bccd0e517e44a165c2f578b96e5ebecb263cee > Author: Oswald Buddenhagen > Date: Sat Sep 22 17:48:09 2012 +0200 > > flush stdout more > > to make sure it is timely written and not interleaved with stderr even >