Skip to content

Commit

Permalink
Reduce server info message
Browse files Browse the repository at this point in the history
  • Loading branch information
d3m3vilurr committed Jan 14, 2018
1 parent 4058caf commit 89b7272
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/gui/ui_connect.c
Original file line number Diff line number Diff line change
Expand Up @@ -289,12 +289,10 @@ int ui_connect(char *address) {
MENU_MESSAGE("Connected to the server:", 0xffffffff);
char server_info[256];
snprintf(server_info, 256,
"IP: %s, GPU %s, GFE %s (%s, %s)",
"IP: %s, GPU %s, GFE %s",
address,
server.gpuType,
server.serverInfo.serverInfoGfeVersion,
server.gsVersion,
server.serverInfo.serverInfoAppVersion);
server.serverInfo.serverInfoGfeVersion);

MENU_MESSAGE(server_info, 0xffffffff);
MENU_MESSAGE("", 0);
Expand Down

0 comments on commit 89b7272

Please sign in to comment.