mirror of
https://github.com/devkitPro/wut.git
synced 2026-04-24 15:37:18 -05: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