Supply sid with user information in adcclient test code.

This commit is contained in:
Jan Vidar Krey
2011-11-30 12:22:59 +01:00
parent 99e644597d
commit 9981acca08
2 changed files with 2 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ static int handle(struct ADC_client* client, enum ADC_client_callback_type type,
break;
case ADC_CLIENT_USER_JOIN:
printf(" JOIN: %s\n", data->user->name);
printf(" JOIN: %s %s\n", sid_to_string(data->user->sid), data->user->name);
break;
case ADC_CLIENT_USER_QUIT: