diff options
author | sotech117 <michael_foiani@brown.edu> | 2023-09-23 22:08:30 +0000 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2023-09-23 22:08:30 +0000 |
commit | 60dc1dabef820bac6917d773e8ab2ea157e895c8 (patch) | |
tree | eed303e0a3d92de9384b7f2e23ca04177636dd26 | |
parent | 9dfb0307da9afb888f9a122399ab87633eb2c3ab (diff) |
final try before ed post
-rw-r--r-- | client.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -155,8 +155,8 @@ void *reply_thread_routine(void* args) { exit(1); } num_stations = ntohs(num_stations); - printf("Welcome to Snowcast! The server has %u stations.\n", num_stations); - printf("Enter a number to change to it's station. Click q to end stream.\n"); + printf("The server has %u stations.\n", num_stations); + // printf("Enter a number to change to it's station. Click q to end stream.\n"); continue; } |