diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-04-18 10:24:36 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-04-18 10:24:36 +0200 |
commit | bbb7c128488d0bc1dbedd4fe9f8a7a4de778705b (patch) | |
tree | 5672a29804e6bf2b42bac896c1f5e39249a298df /synchronizer | |
parent | 90f0623b46794af59346b662bc5e823195a0eeff (diff) | |
download | sink-bbb7c128488d0bc1dbedd4fe9f8a7a4de778705b.tar.gz sink-bbb7c128488d0bc1dbedd4fe9f8a7a4de778705b.zip |
Renamed the Error log macro to ErrorMsg because of nameclashes
With Storage::Error. Perhaps turn to akLog, akError, ...?
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 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? |