Switch to side-by-side view

--- a/src/rcldb/synfamily.cpp
+++ b/src/rcldb/synfamily.cpp
@@ -222,7 +222,7 @@
 		if (filter_exp.isNotNull()) {
 		    string term1 = (*filtertrans)(term);
 		    LOGDEB2(("  Testing [%s] against [%s]\n", 
-			     term1.c_str(), filter_exp.c_str()));
+			    term1.c_str(), filter_exp->exp().c_str()));
 		    if (!filter_exp->match(term1)) {
 			continue;
 		    }
@@ -236,7 +236,7 @@
 	    if (filter_exp.isNotNull()) {
 		string term1 = (*filtertrans)(term);
 		LOGDEB2((" Testing [%s] against [%s]\n", 
-			term1.c_str(), filter_exp->exp().c_str()));
+			 term1.c_str(), filter_exp->exp().c_str()));
 		if (!filter_exp->match(term1)) {
 		    continue;
 		}