In fakeSocketConnect() log also the fd the corresponding accept returned
This commit is contained in:
parent
b7a42bd9d1
commit
c6c6e8cc46
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ int fakeSocketConnect(int fd1, int fd2)
|
|||
|
||||
assert(pair1.fd[1] == pair1.fd[0] + 1);
|
||||
|
||||
loggingBuffer << "FakeSocket Connect #" << fd1 << " to #" << fd2 << flush();
|
||||
loggingBuffer << "FakeSocket Connect #" << fd1 << " to #" << fd2 << ": #" << pair1.fd[1] << flush();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue