]> git.pond.sub.org Git - empserver/blobdiff - src/lib/lwp/lwp.c
Update known contributors comments
[empserver] / src / lib / lwp / lwp.c
index 55269314f9bf653f2837b9ea27228894272e571b..8c97162637f1576c0aee6b4ff4106fc3b46b7623 100644 (file)
@@ -29,7 +29,7 @@
  *  lwp.c: lightweight process creation, destruction and manipulation
  *
  *  Known contributors to this file:
- *     Markus Armbruster, 2004-2008
+ *     Markus Armbruster, 2004-2009
  */
 
 #include <config.h>
@@ -112,7 +112,7 @@ lwpReschedule(void)
        LwpCurrent = nextp;
        *LwpContextPtr = nextp->ud;
        lwpSwitchContext(oldp, nextp);
-       lwpStatus(nextp, "switch in %d", nextp->pri);
+       lwpStatus(nextp, "switch in");
     }
 }