Fix #6: Monkey as daemon, logger do not write log files
commit09c24d197f25dfb700ccd83c121832e782225e28
authorEduardo Silva <edsiper@gmail.com>
Tue, 1 Jun 2010 13:54:46 +0000 (1 09:54 -0400)
committerEduardo Silva <edsiper@gmail.com>
Tue, 1 Jun 2010 13:54:46 +0000 (1 09:54 -0400)
tree7b20e138c4e2df7401e4e3c2827edcc920dfea11
parent7cb8abf92576bc28e3435cf8798b32a651e2296b
Fix #6: Monkey as daemon, logger do not write log files
For some unknown reason, when monkey goes into daemon mode after launch
the logger worker, this last one does not write to the log files.
Issue fixed moving the daemon routine before launch workers.
src/monkey.c