summaryrefslogtreecommitdiff
path: root/tools/hi-test.c
diff options
context:
space:
mode:
authorJohn Denker <jsd@av8n.com>2012-07-15 03:14:56 -0700
committerJohn Denker <jsd@av8n.com>2012-07-15 03:14:56 -0700
commit25e136abd74f4b8d5eb5a69ec641eb5d757c91ce (patch)
treed5438df6a234a6287e8748535872bf444024a3ce /tools/hi-test.c
parentfb370451e736c934bbc7644da114c796afb1b735 (diff)
working, cleaner now
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 01e475b..3086535 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 << "++++ hi-test pid: " << getpid() << " group: " << getpgid(0) << endl;
}