Imported Upstream version 1.4.99.2
[platform/upstream/syncevolution.git] / src / syncevo / EDSClient.h
index dd855a8..b04c9e2 100644 (file)
@@ -140,7 +140,7 @@ class EDSRegistryLoader : private boost::noncopyable
             return m_registry;
         }
         if (m_gerror) {
-            m_gerror.throwError("creating source registry");
+            m_gerror.throwError(SE_HERE, "creating source registry");
         }
         return m_registry;
     }