]> git.pond.sub.org Git - empserver/blobdiff - src/lib/empthread/ntthread.c
Spell ID and UID consistently all-caps
[empserver] / src / lib / empthread / ntthread.c
index 73868dad1056e4053ce9e50f216129cdc6b6774a..c53c9892eea90c12abd9703eb6e2c5ad188d6946 100644 (file)
@@ -448,7 +448,7 @@ empth_create(void (*entry)(void *), int size, int flags,
        goto bad;
     }
 
-    loc_debug("new thread id is %ld", pThread->ulThreadID);
+    loc_debug("new thread ID is %ld", pThread->ulThreadID);
     empth_yield();
     return pThread;