moved log file from daemon to log

This commit is contained in:
orignal 2014-04-24 11:10:46 -04:00
parent 3e81123d94
commit 2062305f88
4 changed files with 30 additions and 18 deletions

View file

@ -1,5 +1,5 @@
#pragma once
#include <fstream>
#include <string>
#ifdef _WIN32
#define Daemon i2p::util::DaemonWin32::Instance()
@ -24,8 +24,6 @@ namespace i2p
int running;
std::ofstream logfile;
protected:
Daemon_Singleton();
virtual ~Daemon_Singleton();