summaryrefslogtreecommitdiff
path: root/src/client-test-app.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client-test-app.cpp')
-rw-r--r--src/client-test-app.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client-test-app.cpp b/src/client-test-app.cpp
index 96cf2f3f..f2607bbc 100644
--- a/src/client-test-app.cpp
+++ b/src/client-test-app.cpp
@@ -208,7 +208,7 @@ public:
}
}
// get configuration and set obligatory fields
- LoggerBase::instance().setLevel(Logger::DEBUG);
+ Logger::instance().setLevel(Logger::DEBUG);
std::string root = std::string("evolution/") + server + "_" + m_clientID;
boost::shared_ptr<SyncConfig> config(new SyncConfig(string(server) + "_" + m_clientID));
boost::shared_ptr<SyncConfig> from = boost::shared_ptr<SyncConfig> ();