sixdegrees wasn't initialising the logging infrastructure, so would
log to stderr rather than the log file for example. Fix this.
#include "keydb.h"
#include "keystructs.h"
#include "ll.h"
#include "keydb.h"
#include "keystructs.h"
#include "ll.h"
#include "onak-conf.h"
#include "stats.h"
#include "onak-conf.h"
#include "stats.h"
+ initlogthing("sixdegrees", config.logfile);
initdb(true);
inithash();
sixdegrees(getfullkeyid(keyid));
initdb(true);
inithash();
sixdegrees(getfullkeyid(keyid));