Re: [PATCH] git-daemon: Simplify child management and associated logging by

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



2008/8/13 Andreas Ericsson <ae@xxxxxx>:
> Stephen R. van den Berg wrote:
>>
>> +               /* Since stderr is set to linebuffered mode, the
>> +                * logging of different processes will not overlap
>> +                */
>> +               fprintf(stderr, "[%d] ", (int)getpid());
>> +               vfprintf(stderr, err, params);
>> +               fputc('\n', stderr);
>
> stderr is unbuffered. It's stdout that is linebuffered.
>

Nah, he linebuffered stderr explicitely before.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux