Changeset 34527 for trunk/psModules/src/objects/pmSourceIO.c
- Timestamp:
- Oct 8, 2012, 9:26:00 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSourceIO.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourceIO.c
r34403 r34527 1232 1232 { 1233 1233 if (!psFitsMoveExtNameClean (file->fits, xsrcname)) { 1234 ps Warning ("cannot find xsrc extension %s in %s, skipping", xsrcname, file->filename);1234 psTrace ("pmFPAfile", 1, "cannot find xsrc extension %s in %s, skipping", xsrcname, file->filename); 1235 1235 return false; 1236 1236 } … … 1270 1270 { 1271 1271 if (!psFitsMoveExtNameClean (file->fits, extname)) { 1272 ps Warning ("cannot find xfit extension %s in %s, skipping", extname, file->filename);1272 psTrace ("pmFPAfile", 1, "cannot find xfit extension %s in %s, skipping", extname, file->filename); 1273 1273 return false; 1274 1274 } … … 1307 1307 { 1308 1308 if (!psFitsMoveExtNameClean (file->fits, extname)) { 1309 ps Warning ("cannot find xrad extension %s in %s, skipping", extname, file->filename);1309 psTrace ("pmFPAfile", 1, "cannot find xrad extension %s in %s, skipping", extname, file->filename); 1310 1310 return false; 1311 1311 }
Note:
See TracChangeset
for help on using the changeset viewer.
