Index: /trunk/archive/pslib/src/Utils/tst_trace.c
===================================================================
--- /trunk/archive/pslib/src/Utils/tst_trace.c	(revision 262)
+++ /trunk/archive/pslib/src/Utils/tst_trace.c	(revision 263)
@@ -48,8 +48,8 @@
     psTrace("", 2, "This is turned on by trace component \"\"");
     psTrace("utils.dlist", 2, "Initialising psDList\n");
-    psTrace("utils.dlist.remove", 4, "Removing list key \"%s\" (value: \"%d\")\n", "my_key", 12345);
+    psTrace("utils.dlist.remove", 4, "Removing psDList key \"%s\" (value: \"%d\")\n", "my_key", 12345);
     psTrace("utils.hash.remove", 4, "Removing hash key \"%s\" (value: \"%d\")\n", "my_key", 12345);
-    psTrace("utils.dlist.add", 1, "Adding list key \"%s\"\n", "your_key");
-    psTrace("utils.dlist.find", 2, "Looking up list key \"%s\"\n", "some_key");
+    psTrace("utils.dlist.add", 1, "Adding psDList key \"%s\"\n", "your_key");
+    psTrace("utils.dlist.find", 2, "Looking up psDList key \"%s\"\n", "some_key");
     psTrace("coadd.CR.remove", 4, "Removing CRs\n");
     psTrace("coadd.CR.remove.morphology", 4, "CRs are not fuzzy\n");
