Added the vLog() function as a catch-all for logging.
authorcrh <crh@ubiqx.org>
Wed, 20 Jun 2012 16:57:31 +0000 (11:57 -0500)
committercrh <crh@ubiqx.org>
Wed, 20 Jun 2012 16:57:31 +0000 (11:57 -0500)
commiteb11fd4707efe139006832b665de1a2f4c7dc33c
tree12b62eb08c6e14547b5b71ca25d863af9b3cfd54
parent53a67a43448fa175e6973f1db0a6568ba364497e
Added the vLog() function as a catch-all for logging.
 * Adding vLog() made it easy to create the LockLog() function t PrequelD.c.  Originally, LockLog() was a macro, but there were problems using it as such.
 * Rewrote Log() and LogX() to use vLog(); removed some redundancy in the code.
src/daemon/PD_utils.c
src/daemon/PD_utils.h