IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 20, 2006, 11:59:16 AM (20 years ago)
Author:
Paul Price
Message:

Suspect I only changed the formatting...?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/concepts/pmConceptsStandard.c

    r9572 r9677  
    7474                    sscanf(concept->data.V, "%d %d %f", &big, &medium, &small) != 3)
    7575            {
    76                 psError(PS_ERR_UNKNOWN, true, "Cannot interpret FPA.RA: %s\n", concept->data.str);
     76                psError(PS_ERR_UNKNOWN, true, "Cannot interpret %s: %s\n", pattern->name, concept->data.str);
    7777                break;
    7878            }
     
    8585        break;
    8686    default:
    87         psError(PS_ERR_UNKNOWN, true, "%s concept is of an unexpected type: %x\n", pattern->name, concept->type);
     87        psError(PS_ERR_UNKNOWN, true, "%s concept is of an unexpected type: %x\n",
     88                pattern->name, concept->type);
    8889        return NULL;
    8990    }
Note: See TracChangeset for help on using the changeset viewer.