Skip to content

Commit

Permalink
Change "socket" to "debug"
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-Azif committed Jan 28, 2021
1 parent a23785a commit a99e618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ int _main(struct thread *td) {
}

#ifdef DEBUG_SOCKET
printf_socket("\nClosing socket...\n\n");
printf_debug("Closing socket...\n");
SckClose(DEBUG_SOCK);
#endif

Expand Down

0 comments on commit a99e618

Please sign in to comment.