mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
moved log file from daemon to log
This commit is contained in:
parent
3e81123d94
commit
2062305f88
4 changed files with 30 additions and 18 deletions
4
Daemon.h
4
Daemon.h
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue