summaryrefslogtreecommitdiff
path: root/dxr3log.c
diff options
context:
space:
mode:
Diffstat (limited to 'dxr3log.c')
-rw-r--r--dxr3log.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/dxr3log.c b/dxr3log.c
index c795a05..bde2434 100644
--- a/dxr3log.c
+++ b/dxr3log.c
@@ -28,7 +28,11 @@ cLog::cLog()
m_LogOpen = false;
m_ForeFlush = true;
- Open("dxr3plugin.log");
+ std::string Filename;
+ Filename += LOGPATH;
+ Filename += "dxr3plugin.log";
+
+ Open(Filename);
}
// ==================================