Index: trunk/Mars/msql/MTreeSQL.cc
===================================================================
--- trunk/Mars/msql/MTreeSQL.cc	(revision 15444)
+++ trunk/Mars/msql/MTreeSQL.cc	(revision 17064)
@@ -122,4 +122,7 @@
 
     gErrorIgnoreLevel = before;
+
+    if (!res)
+        Error("CheckTable", "%s", ("Table "+table+" not found.").Data());
 
     return res ? kTRUE : kFALSE;
@@ -170,5 +173,5 @@
                type.CompareTo("double",    TString::kIgnoreCase))
            {
-               //cout << "Skip: " << type << endl;
+               Info("Init", "%s", ("Skipping "+*it+"."+TString(row->GetField(0))+" ["+type+"]").Data());
                continue;
            }
