Index: trunk/ppSub/src/ppSubArguments.c
===================================================================
--- trunk/ppSub/src/ppSubArguments.c	(revision 26076)
+++ trunk/ppSub/src/ppSubArguments.c	(revision 27078)
@@ -157,5 +157,5 @@
     if (threads > 0) {
         if (!psThreadPoolInit(threads)) {
-            psError(PS_ERR_UNKNOWN, false, "Unable to setup %d threads", threads);
+            psError(PS_ERR_PROG, false, "Unable to setup %d threads", threads);
             return false;
         }
