Index: branches/eam_branches/ipp-20110404/psLib/src/db/psDB.c
===================================================================
--- branches/eam_branches/ipp-20110404/psLib/src/db/psDB.c	(revision 31359)
+++ branches/eam_branches/ipp-20110404/psLib/src/db/psDB.c	(revision 31439)
@@ -1043,5 +1043,5 @@
         pType = psDBMySQLToPType(field[i].type, field[i].flags);
         if (!pType) {
-          psError(PS_ERR_UNKNOWN, false, "Failed to lookup type.");
+          psError(PS_ERR_UNKNOWN, false, "Failed to lookup type. %d %d %d",i,field[i].type, field[i].flags);
           psFree(md);
           mysql_free_result(result);
