chiark / gitweb /
www-cgi/: Add some trivial tracing.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 29 Jan 2013 23:45:47 +0000 (23:45 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 2 Feb 2013 13:29:40 +0000 (13:29 +0000)
commit6a3086f1860a27894942124c1ecd62502bb4b670
treee6b8af7a74aa2ea2d188541214170f8f50072ce2
parent44a77f4851d3c819f9b364018a9695f332758a71
www-cgi/: Add some trivial tracing.

The trace goes to standard output, and only happens when debugging is
turned on, both operationally (e.g., though the `ucgi-debug' link or
USERV_U_DEBUG variable) and at compile time (with the DEBUG macro, which
you can set, e.g., with `make DEBUG="-g -DDEBUG"'.

Trace output lines start with `;;'.

I'll be grateful for this when I start shaking things up.
www-cgi/ucgi.c
www-cgi/ucgi.h
www-cgi/ucgitarget.c