rename constant
This commit is contained in:
parent
69e5e81aa6
commit
e0f9fab859
2 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@
|
|||
#define APP_NAME "llcon"
|
||||
|
||||
// file name for logging file
|
||||
#define LOG_FILE_NAME "llconsrvlog.txt"
|
||||
#define DEFAULT_LOG_FILE_NAME "llconsrvlog.txt"
|
||||
|
||||
// defined port number for client and server
|
||||
#define LLCON_PORT_NUMBER 22122
|
||||
|
|
|
@ -478,7 +478,7 @@ public:
|
|||
class CLogging
|
||||
{
|
||||
public:
|
||||
CLogging() : bDoLogging ( false ), File ( LOG_FILE_NAME ) {}
|
||||
CLogging() : bDoLogging ( false ), File ( DEFAULT_LOG_FILE_NAME ) {}
|
||||
virtual ~CLogging()
|
||||
{
|
||||
if ( File.isOpen() )
|
||||
|
|
Loading…
Reference in a new issue