mirror of
https://github.com/libAthena/athena.git
synced 2025-07-03 19:55:55 +00:00
Remove missed FMT_STRING macro call
This commit is contained in:
parent
af3580fbb3
commit
e0fbcfee7e
@ -171,7 +171,7 @@ Socket::EResult Socket::accept(Socket& remoteSocketOut, sockaddr_in& fromAddress
|
|||||||
#else
|
#else
|
||||||
EResult res = LastWSAError();
|
EResult res = LastWSAError();
|
||||||
if (res == EResult::Error)
|
if (res == EResult::Error)
|
||||||
atError(FMT_STRING("Failed to accept incoming connection"));
|
atError("Failed to accept incoming connection");
|
||||||
#endif
|
#endif
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user