summaryrefslogtreecommitdiff
path: root/tools/hi-test.c
diff options
context:
space:
mode:
authorJohn Denker <jsd@av8n.com>2012-07-15 00:43:51 -0700
committerJohn Denker <jsd@av8n.com>2012-07-15 00:43:51 -0700
commit4b48aa187bd7917842ec651dbd0322396b363c2f (patch)
treec7c9baf12baa38717e7aa6441b672bde259f9b67 /tools/hi-test.c
parentfb6042c5cd8a411cfcfcf6c1a1d466eb42a4ff33 (diff)
annoying race condition, works sometimes but not reliable
Diffstat (limited to 'tools/hi-test.c')
-rw-r--r--tools/hi-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/hi-test.c b/tools/hi-test.c
index 3befedd..01e475b 100644
--- a/tools/hi-test.c
+++ b/tools/hi-test.c
@@ -3,5 +3,5 @@
using namespace std;
int main(){
- cerr << getpid() << " : " << getpgid(0) << endl;
+ cerr << "++++ " << getpid() << " : " << getpgid(0) << endl;
}