Commits

demote log line to DEBUGGING and use <<POST, CAS-13535
No tags

casa5/gcwrap/tools/measures/measures_cmpt.cc

Modified
1985 1985 }
1986 1986 delete pV;
1987 1987 if (!in.isMeasure()) {
1988 1988 *itsLog << LogIO::SEVERE << "Illegal or unnecessary measure specified for frame" << LogIO::POST;
1989 1989 return false;
1990 1990 }
1991 1991 if (in.isMPosition() || in.isMDirection() ||
1992 1992 in.isMEpoch() || in.isMRadialVelocity()) {
1993 1993 ostringstream tmpos;
1994 1994 tmpos << in.asMeasure();
1995 - *itsLog << LogIO::NORMAL << tmpos.str() << endl;
1995 + *itsLog << "doframe(record): " << LogIO::DEBUG1 << tmpos.str() << LogIO::POST;
1996 1996 frame_p->set(in.asMeasure());
1997 1997 return true;;
1998 1998 };
1999 1999 return false;
2000 2000 } catch (AipsError x) {
2001 2001 *itsLog << LogIO::SEVERE << "Exception Reports: " << x.getMesg() << LogIO::POST;
2002 2002 }
2003 2003 return false;
2004 2004 }
2005 2005

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut