Switch to side-by-side view

--- a/src/index/beaglequeue.cpp
+++ b/src/index/beaglequeue.cpp
@@ -204,8 +204,10 @@
     string data;
     string hittype;
 
-    if (!m_cache || !m_cache->getFromCache(udi, dotdoc, data, &hittype))
-        return false;
+    if (!m_cache || !m_cache->getFromCache(udi, dotdoc, data, &hittype)) {
+	LOGERR(("BeagleQueueIndexer::indexFromCache: cache failed\n"));
+        return false;
+    }
 
     if (hittype.empty()) {
         LOGERR(("BeagleIndexer::index: cc entry has no hit type\n"));