Switch to side-by-side view

--- a/upqo/ohpool.cpp
+++ b/upqo/ohpool.cpp
@@ -91,6 +91,14 @@
         }
         i += j;
     }
+
+#if 0
+    qDebug() << "Metadata Pool now: ";
+    for (STD_UNORDERED_MAP<int, UPnPClient::UPnPDirObject>::const_iterator it
+             =  metapool.begin(); it != metapool.end(); it++) {
+        qDebug() << it->first << it->second.m_title.c_str();
+    }
+#endif
     return true;
 }