projects
/
blktrace.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbb1c18
)
[PATCH] blktrace: show incoming connection
author
Jens Axboe
<axboe@suse.de>
Wed, 15 Feb 2006 09:17:39 +0000
(10:17 +0100)
committer
Jens Axboe
<axboe@suse.de>
Wed, 15 Feb 2006 09:17:39 +0000
(10:17 +0100)
blktrace.c
patch
|
blob
|
blame
|
history
diff --git
a/blktrace.c
b/blktrace.c
index 17c0d63463a7d15c8d7553e4f6edc43d28486e94..4f3c1495768fb9376ce500a5f0aae07554bb6a6d 100644
(file)
--- a/
blktrace.c
+++ b/
blktrace.c
@@
-1320,7
+1320,7
@@
repeat:
signal(SIGTERM, handle_sigint);
signal(SIGALRM, handle_sigint);
- printf("blktrace: connect
ed!\n"
);
+ printf("blktrace: connect
ion from %s\n", inet_ntoa(addr.sin_addr)
);
while (!is_done()) {
if (net_server_loop())