]> 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 dd41aa745c17233961f9658d8f49ac4904ba5f2f..c53c9892eea90c12abd9703eb6e2c5ad188d6946 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2012, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2017, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                Ken Stevens, Steve McClure, Markus Armbruster
  *
  *  Empire is free software: you can redistribute it and/or modify
@@ -397,7 +397,6 @@ empth_init(void **ctx_ptr, int flags)
     /* Make this the running thread. */
     loc_RunThisThread(NULL);
 
-    logerror("NT pthreads initialized");
     return 0;
 }
 
@@ -449,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;