Use cl_log for logging
Currently the boothd is forking with popen and also using pthread
for logging, there are often some tricky issues when combining
pthreads and forking. So use the log library to avoid this issue.
Signed-off-by: Dejan Muhamedagic <dejan@suse.de>