Debug message
This commit is contained in:
parent
3170ed9bdf
commit
0ffbcadfb2
1 changed files with 2 additions and 0 deletions
|
|
@ -39,6 +39,8 @@ int main() {
|
|||
string username; username.assign(buffer + 2, 64);
|
||||
string verKey; verKey.assign(buffer + 66, 64);
|
||||
uint8_t unused = buffer[130];
|
||||
|
||||
log.info(username + " connected");
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue