summaryrefslogtreecommitdiff
path: root/tools/hi-test.c
diff options
context:
space:
mode:
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;
}