IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 26, 2010, 12:41:05 PM (16 years ago)
Author:
Paul Price
Message:

Adding useful information to error message.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAfileIO.c

    r27989 r28111  
    751751    file->filename = pmFPAfileName(file, view, config);
    752752    if (!file->filename) {
    753         psError(PS_ERR_IO, true, "Unable to determine filename");
     753        psError(PS_ERR_IO, true, "Unable to determine filename for file %s", file->name);
    754754        return false;
    755755    }
Note: See TracChangeset for help on using the changeset viewer.