boolean sentMessage = false;
if (p instanceof GribGridRecord) {
GribGridRecord ggp = (GribGridRecord) p;
if (ggp.getBelongs() != null) {
log.warn("GribGridRecord " + ggp.cdmVariableName(lookup, true, true) + " recno = " + recno + " already belongs to = " + ggp.getBelongs());
}
ggp.setBelongs(new Belongs(recno, this));
if (recordTracker[recno] != null) {
GribGridRecord ggq = (GribGridRecord) recordTracker[recno];