commit | a7234c6c6b17b899656fc2f906d01b039f490090 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Mon Mar 24 20:23:25 2014 -0700 |
committer | Brian Silverman <brians> | Mon Mar 24 20:23:25 2014 -0700 |
tree | 7f6f887412b2b062efc16a894edf620836b52e58 | |
parent | 0117dbc032179c7c96d91d8aa25e9265603ea739 [diff] |
centralized printf formats and improved log_displayer performance Before, log_displayer copied each message into the same structure that gets put into queues etc so that it could be printed with the same function. Now, it prints it directly, but using the same formats.