diff options
Diffstat (limited to 'synchronizer/listener.cpp')
-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 7481537..64e9c21 100644 --- a/synchronizer/listener.cpp +++ b/synchronizer/listener.cpp | |||
@@ -368,7 +368,7 @@ void Listener::loadResource() | |||
368 | Log() << "\tFacades: " << Akonadi2::FacadeFactory::instance().getFacade<Akonadi2::ApplicationDomain::Event>(m_resourceName)->type(); | 368 | Log() << "\tFacades: " << Akonadi2::FacadeFactory::instance().getFacade<Akonadi2::ApplicationDomain::Event>(m_resourceName)->type(); |
369 | m_resource->configurePipeline(m_pipeline); | 369 | m_resource->configurePipeline(m_pipeline); |
370 | } else { | 370 | } else { |
371 | Error() << "Failed to load resource " << m_resourceName; | 371 | ErrorMsg() << "Failed to load resource " << m_resourceName; |
372 | } | 372 | } |
373 | //TODO: on failure ... what? | 373 | //TODO: on failure ... what? |
374 | //Enter broken state? | 374 | //Enter broken state? |