On 20-2-2013 22:59, Stephan Beal wrote:
On Wed, Feb 20, 2013 at 10:44 PM, Arnel Legaspi wrote:

        Error: not authorized to writet: 0  received: 0

The "not authorized to writet" does not come from fossil:
>
> stephan@tiny:~/cvs/fossil/fossil/src$ grep writet *.c

It looks like the 't' at the end of 'writet' stems from the word 'sent' that went with the 'received' that follows. It would appear that the 'sent: 0 received: 0' was written, followed by a carriage return WITHOUT linefeed, and then the error message was printed, overwriting the prior message (partially, in this case).

Which is why grepping for 'writet' will not find anything. :-)

(This is something I've seen happen several times already: error messages overwriting existing 'regular' output; perhaps it’s a Windows console issue).

--
Martijn Coppoolse

_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to