mirror of
https://github.com/devkitPro/wut.git
synced 2026-08-22 10:35:03 -05:00
udplogserver: Do not automatically add a new line to log outputs.
This commit is contained in:
@@ -90,7 +90,7 @@ int main(int argc, char **argv)
|
||||
|
||||
if (recvd > 0) {
|
||||
buffer[recvd] = 0;
|
||||
std::cout << buffer << std::endl;
|
||||
std::cout << buffer;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user