Changeset 263
- Timestamp:
- Mar 19, 2004, 9:11:44 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/src/Utils/tst_trace.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/src/Utils/tst_trace.c
r258 r263 48 48 psTrace("", 2, "This is turned on by trace component \"\""); 49 49 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); 51 51 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"); 54 54 psTrace("coadd.CR.remove", 4, "Removing CRs\n"); 55 55 psTrace("coadd.CR.remove.morphology", 4, "CRs are not fuzzy\n");
Note:
See TracChangeset
for help on using the changeset viewer.
