39f05ba4be0c7465229aa37247cbaaaea6a48306
kuhn
  Wed Mar 30 11:09:38 2016 -0700
added tablename to output when not in tablesIgnored, per cath

diff --git src/utils/qa/runJoiner.csh src/utils/qa/runJoiner.csh
index f095d17..19cb20c 100755
--- src/utils/qa/runJoiner.csh
+++ src/utils/qa/runJoiner.csh
@@ -78,31 +78,31 @@
   else
     echo ${table}Id > xxIDxx
   endif
 else
   # set non-chain identifiers
   tac $joinerFile \
     | sed "/\.$table\./,/^identifier /\!d" | \
     grep "^identifier" | gawk '{print $2}' > xxIDxx
   if ( $status ) then
    # if no identifier, look for whether table is ignored
     echo
     tac $joinerFile \
       | sed "/$table/,/^tablesIgnored/\!d" | \
       grep "^tablesIgnored"
     if ( $status ) then 
-      echo "\n  Identifier not found, and not in tablesIgnored"
+      echo "\n  Identifier not found, and not in tablesIgnored: $table"
     endif
 
     rm -f xxIDxx
     echo
   exit 1
   endif
 endif
 
 
 if (-e xxIDxx) then
   set idVal=`wc -l xxIDxx | gawk '{print $1}'`
   echo
   if ($idVal != 0) then
     echo "found identifiers:"
     echo