Switch to side-by-side view

--- a/src/ohproduct.cxx
+++ b/src/ohproduct.cxx
@@ -412,7 +412,9 @@
         string nm(tpnm.substr(dash+1));
         if (tp.compare("Analog") && tp.compare("Digital") &&
             tp.compare("Hdmi")) {
-            LOGERR("listScripts: bad source type: " << tp << endl);
+            if (tp.compare("device") && tp.compare("prescript") &&
+                tp.compare("postscript"))
+                LOGERR("listScripts: bad source type: " << tp << endl);
             continue;
         }