3825: code review
authorTim Pierce <twp@curoverse.com>
Mon, 6 Oct 2014 17:24:47 +0000 (13:24 -0400)
committerTim Pierce <twp@curoverse.com>
Mon, 6 Oct 2014 18:19:24 +0000 (14:19 -0400)
commit41190e074c3c4504b7627757250a1b188b86b54e
tree1ae0415f74c8c3aaddcbb7b96845442c1fa86d8c
parent8f6d2653d4ae4ce84f8e6699d0483bd2a9885f79
3825: code review

* avoid overloading "output" (usually used for the output from a task or job than for diagnostic output from crunch)
** renamed:
*** start_output_log -> log_writer_start
*** write_output_log -> log_writer_send
*** finish_output_log -> log_writer_finish
*** output_log_is_active -> log_writer_is_active
* fixed missing semicolon
sdk/cli/bin/crunch-job