IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 9, 2012, 2:06:14 PM (14 years ago)
Author:
bills
Message:

minor change to error message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSourceIO.c

    r33443 r33463  
    10711071                    if (source->seq < 0) {
    10721072                        // This can happen cmf files that have been corrupted
    1073                         psError(PS_ERR_IO, true, "seq < 0 for source %ld in %s", i, file->origname);
     1073                        psError(PS_ERR_IO, true, "seq < 0 for source %ld: Suspect %s is corrupt", i, file->origname);
    10741074                        return false;
    10751075                    }
Note: See TracChangeset for help on using the changeset viewer.