aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/QXmppLogger.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/QXmppLogger.cpp b/source/QXmppLogger.cpp
index 7659d889..c359d913 100644
--- a/source/QXmppLogger.cpp
+++ b/source/QXmppLogger.cpp
@@ -139,6 +139,6 @@ QString QXmppLogger::logFilePath()
void QXmppLogger::setLogFilePath(const QString &path)
{
- m_logFilePath = logFilePath;
+ m_logFilePath = path;
}