allow epicsStdioRedirect

This commit is contained in:
Marty Kraimer
2004-08-27 16:02:03 +00:00
parent 162ffc9873
commit a15c5377f2
+2 -1
View File
@@ -42,6 +42,7 @@
#include <limits.h>
#define epicsExportSharedSymbols
#include "epicsStdioRedirect.h"
#include "errMdef.h"
#include "envDefs.h"
#include "epicsAssert.h"
@@ -343,7 +344,7 @@ const ENV_PARAM *pParam) /* pointer to config param structure */
pVal = envGetConfigParamPtr(pParam);
if (pVal == NULL)
fprintf(stderr, "%s is undefined\n", pParam->name);
fprintf(stdout, "%s is undefined\n", pParam->name);
else
fprintf(stdout,"%s: %s\n", pParam->name, pVal);
return 0;