summaryrefslogtreecommitdiffhomepage
path: root/Private/NetworkKit
diff options
context:
space:
mode:
Diffstat (limited to 'Private/NetworkKit')
-rw-r--r--Private/NetworkKit/NetworkDevice.inl6
1 files changed, 3 insertions, 3 deletions
diff --git a/Private/NetworkKit/NetworkDevice.inl b/Private/NetworkKit/NetworkDevice.inl
index 30b65f55..6c5b88ee 100644
--- a/Private/NetworkKit/NetworkDevice.inl
+++ b/Private/NetworkKit/NetworkDevice.inl
@@ -13,7 +13,7 @@ NetworkDevice::NetworkDevice(void (*out)(NetworkDeviceCommand),
void (*in)(NetworkDeviceCommand),
void (*on_cleanup)(void))
: DeviceInterface<NetworkDeviceCommand>(out, in), fCleanup(on_cleanup) {
- kcout << "NK: NetworkDevice initialize.\r\n";
+ kcout << "NK: NetworkDevice initialize.\r";
MUST_PASS(out && in && on_cleanup);
}
@@ -21,7 +21,7 @@ NetworkDevice::NetworkDevice(void (*out)(NetworkDeviceCommand),
NetworkDevice::~NetworkDevice() {
MUST_PASS(fCleanup);
- kcout << "NK: NetworkDevice cleanup.\r\n";
+ kcout << "NK: NetworkDevice cleanup.\r";
if (fCleanup) fCleanup();
}
-} // namespace NewOS \ No newline at end of file
+} // namespace NewOS