aboutsummaryrefslogtreecommitdiff
path: root/server.c
diff options
context:
space:
mode:
Diffstat (limited to 'server.c')
-rw-r--r--server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.c b/server.c
index 07822b3..48bd90b 100644
--- a/server.c
+++ b/server.c
@@ -107,7 +107,7 @@ void send_invalid_reply(int fd, size_t message_size, char* message);
// ----------------------------------------------------------------------------------------------------------
// 6) COMMAND LINE INTERFACE FUNCTIONS
// ----------------------------------------------------------------------------------------------------------
-uint8_t l = 1; // boolean for logging -> if (l) { printf("..."); }
+uint8_t l = 0; // boolean for logging -> if (l) { printf("..."); }
int parse(char buffer[COMMAND_LINE_MAX], char *tokens[COMMAND_LINE_MAX / 2]);
void print_info(int fd);
void write_int_to_fd(int fd, int n); // helper to print_info_routine