diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-04-02 17:16:09 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-04-02 17:16:09 +0200 |
commit | 64a3e2d9ba3fe79dee53d86a4469f760eea8fcf9 (patch) | |
tree | b93f4760015e320e8c7151ae920b031c1207382b /synchronizer | |
parent | 94729eef71570e0b792a9afb95eeab7fd1eec56b (diff) | |
download | sink-64a3e2d9ba3fe79dee53d86a4469f760eea8fcf9.tar.gz sink-64a3e2d9ba3fe79dee53d86a4469f760eea8fcf9.zip |
Cleanup and debug messages.
Diffstat (limited to 'synchronizer')
-rw-r--r-- | synchronizer/listener.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synchronizer/listener.cpp b/synchronizer/listener.cpp index 5165111..377c658 100644 --- a/synchronizer/listener.cpp +++ b/synchronizer/listener.cpp | |||
@@ -376,7 +376,7 @@ void Listener::loadResource() | |||
376 | Log() << QString("\tFacades: %1").arg(Akonadi2::FacadeFactory::instance().getFacade<Akonadi2::Domain::Event>(m_resourceName)->type()); | 376 | Log() << QString("\tFacades: %1").arg(Akonadi2::FacadeFactory::instance().getFacade<Akonadi2::Domain::Event>(m_resourceName)->type()); |
377 | m_resource->configurePipeline(m_pipeline); | 377 | m_resource->configurePipeline(m_pipeline); |
378 | } else { | 378 | } else { |
379 | Warning() << QString("Failed to load resource %1").arg(m_resourceName); | 379 | Error() << QString("Failed to load resource %1").arg(m_resourceName); |
380 | } | 380 | } |
381 | //TODO: on failure ... what? | 381 | //TODO: on failure ... what? |
382 | //Enter broken state? | 382 | //Enter broken state? |