From 1174fe31f99c7141c0ec6b9c05d00be7c5aec162 Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 31 Jul 2002 22:40:33 +0000 Subject: [PATCH] define test_pfstream --- dtool/src/dtoolutil/test_pfstream.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dtool/src/dtoolutil/test_pfstream.cxx b/dtool/src/dtoolutil/test_pfstream.cxx index 1223314500..4533b28009 100644 --- a/dtool/src/dtoolutil/test_pfstream.cxx +++ b/dtool/src/dtoolutil/test_pfstream.cxx @@ -22,7 +22,7 @@ int main(int argc, char *argv[]) { if (argc < 2) { - cerr << "test_pfstream command-line\n"; + cout << "test_pfstream command-line\n"; return (1); } @@ -34,7 +34,7 @@ main(int argc, char *argv[]) { cmd += argv[i]; } - cerr << "Executing command:\n" << cmd << "\n"; + cout << "Executing command:\n" << cmd << "\n"; IPipeStream in(cmd);