mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-08-10 00:52:16 +00:00
Correct typos in logging
This commit is contained in:
committed by
Cameron Gutman
parent
b1ffa8a6c5
commit
881af5b566
@@ -884,7 +884,7 @@ namespace platf {
|
||||
|
||||
// on error
|
||||
if (polls_recv[x].revents & (POLLHUP | POLLRDHUP | POLLERR)) {
|
||||
BOOST_LOG(warning) << "Gamepad ["sv << x << "] file discriptor closed unexpectedly"sv;
|
||||
BOOST_LOG(warning) << "Gamepad ["sv << x << "] file descriptor closed unexpectedly"sv;
|
||||
|
||||
polls.erase(poll);
|
||||
effects.erase(effect_it);
|
||||
|
||||
Reference in New Issue
Block a user