diff options
| author | Amlal <amlalelmahrouss@icloud.com> | 2024-04-30 06:17:59 +0000 |
|---|---|---|
| committer | Amlal <amlalelmahrouss@icloud.com> | 2024-04-30 06:17:59 +0000 |
| commit | 094218bcd2befe8c57d042db7a2945791f29c7a6 (patch) | |
| tree | 045a19e28860280a29bb8fc218a6909343691878 /Private/NetworkKit | |
| parent | a06c8a375f0c5f5e3613e9fe8228cebf442731ba (diff) | |
| parent | f86125cf437fb49587d588413d69646959a58541 (diff) | |
Merged in MHR-18 (pull request #10)
MHR-18
Diffstat (limited to 'Private/NetworkKit')
| -rw-r--r-- | Private/NetworkKit/NetworkDevice.inl | 6 |
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 |
