summaryrefslogtreecommitdiff
path: root/src/core/xblog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/xblog.cpp')
-rwxr-xr-xsrc/core/xblog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/xblog.cpp b/src/core/xblog.cpp
index ea7c9d6..6031c9e 100755
--- a/src/core/xblog.cpp
+++ b/src/core/xblog.cpp
@@ -25,8 +25,8 @@ namespace xb{
//! @brief Constructor.
xbLog::xbLog() : xbFile( NULL ){
- SetDirectory( GetDefaultLogDirectory());
- SetFileName ( GetDefaultLogFileName());
+ SetDirectory( GetLogDirectory());
+ SetFileName ( GetLogFileName());
bLoggingStatus = xbFalse;
lLogSize = 50000;