IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 21348


Ignore:
Timestamp:
Feb 5, 2009, 3:06:10 PM (17 years ago)
Author:
eugene
Message:

clarified the error message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psThread.c

    r20835 r21348  
    206206
    207207        psAssert(task, "Couldn't find thread task %s", job->type);
    208         psAssert(job->args->n == task->nArgs, "invalid number of arguments to %s", task->type);
     208        psAssert(job->args->n == task->nArgs, "invalid number of arguments to %s (%ld supplied, expected %d)", task->type, job->args->n, task->nArgs);
    209209        bool status = task->function(job); // Status of executing task
    210210
Note: See TracChangeset for help on using the changeset viewer.