mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-13 04:42:43 +01:00
udplogserver: Do not automatically add a new line to log outputs.
This commit is contained in:
parent
dd73b95579
commit
84d1957066
@ -90,7 +90,7 @@ int main(int argc, char **argv)
|
||||
|
||||
if (recvd > 0) {
|
||||
buffer[recvd] = 0;
|
||||
std::cout << buffer << std::endl;
|
||||
std::cout << buffer;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user