Changeset 15477 for trunk/psModules/src/camera/pmHDU.c
- Timestamp:
- Nov 6, 2007, 1:15:12 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmHDU.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmHDU.c
r12696 r15477 119 119 120 120 if (*images) { 121 ps LogMsg(__func__, PS_LOG_WARN,"HDU %s has already been read --- overwriting.\n", hdu->extname);121 psWarning("HDU %s has already been read --- overwriting.\n", hdu->extname); 122 122 psFree(*images); // Blow away anything existing 123 123 } … … 167 167 168 168 if (!images && !hdu->header) { 169 ps LogMsg(__func__, PS_LOG_WARN,"Nothing to write for HDU %s\n", hdu->extname);169 psWarning("Nothing to write for HDU %s\n", hdu->extname); 170 170 return false; 171 171 }
Note:
See TracChangeset
for help on using the changeset viewer.
