IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 263


Ignore:
Timestamp:
Mar 19, 2004, 9:11:44 AM (22 years ago)
Author:
rhl
Message:

Clarified some example traces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/src/Utils/tst_trace.c

    r258 r263  
    4848    psTrace("", 2, "This is turned on by trace component \"\"");
    4949    psTrace("utils.dlist", 2, "Initialising psDList\n");
    50     psTrace("utils.dlist.remove", 4, "Removing list key \"%s\" (value: \"%d\")\n", "my_key", 12345);
     50    psTrace("utils.dlist.remove", 4, "Removing psDList key \"%s\" (value: \"%d\")\n", "my_key", 12345);
    5151    psTrace("utils.hash.remove", 4, "Removing hash key \"%s\" (value: \"%d\")\n", "my_key", 12345);
    52     psTrace("utils.dlist.add", 1, "Adding list key \"%s\"\n", "your_key");
    53     psTrace("utils.dlist.find", 2, "Looking up list key \"%s\"\n", "some_key");
     52    psTrace("utils.dlist.add", 1, "Adding psDList key \"%s\"\n", "your_key");
     53    psTrace("utils.dlist.find", 2, "Looking up psDList key \"%s\"\n", "some_key");
    5454    psTrace("coadd.CR.remove", 4, "Removing CRs\n");
    5555    psTrace("coadd.CR.remove.morphology", 4, "CRs are not fuzzy\n");
Note: See TracChangeset for help on using the changeset viewer.