fix small typo when logging
This commit is contained in:
parent
1c5b70b2a6
commit
98989ab0b8
|
@ -300,9 +300,9 @@ void Socket::writeByte(char c)
|
||||||
void Socket::writeLine(string s)
|
void Socket::writeLine(string s)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
LDEB("w>"+s);
|
||||||
s+="\r\n";
|
s+="\r\n";
|
||||||
|
|
||||||
LDEB("w>"+s);
|
|
||||||
writeBytes((void *)s.c_str(),s.length());
|
writeBytes((void *)s.c_str(),s.length());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue