Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
john-tornblom committed Oct 29, 2024
1 parent ffac3f1 commit 1abe991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ps5/sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ ps5_display_server(uint16_t port){
continue;
}

notify("Serving HTTP on %s:%d (%s)\n", ip, port, ifa->ifa_name);
notify("Serving HTTP on %s:%d (%s)", ip, port, ifa->ifa_name);
}
return 0;
}
Expand Down

0 comments on commit 1abe991

Please sign in to comment.