]> granicus.if.org Git - p11-kit/commit
debug: Allow debug lines longer than 512 characters
authorStef Walter <stef@thewalter.net>
Tue, 27 Aug 2013 18:52:35 +0000 (20:52 +0200)
committerStef Walter <stef@thewalter.net>
Wed, 28 Aug 2013 11:14:20 +0000 (13:14 +0200)
commit7f6fd42ea33e09687487e8981e02080c8a6c7b40
treed3b8d92925126da0a972f6e618b85c8e5936b513
parent095a385ead70651536d29c7ddab53f42592a3ef5
debug: Allow debug lines longer than 512 characters

Since fprintf (stderr, ...) already doesn't print atomically, we don't
lose any atomicity here. If we want to print atomically this will need
some further reworking anyway.
common/debug.c