cosmetic stuff
authorArt Cancro <ajc@citadel.org>
Tue, 29 Aug 2023 02:24:45 +0000 (22:24 -0400)
committerArt Cancro <ajc@citadel.org>
Tue, 29 Aug 2023 02:24:45 +0000 (22:24 -0400)
citadel/utils/loadtest.c

index 35b317f44d0d1db4d0550ab416f2b5e8af27d443..004d86ee55cf46d73ff871088da78bdf44cf0131 100644 (file)
@@ -302,7 +302,7 @@ void do_stuff(int serv_sock) {
        serv_puts(serv_sock, buf);
        serv_gets(serv_sock, buf);
 
-       printf("\033[%d;0H\033[32m%ld\033[0m", 7+serv_sock, serv_sock-3);
+       printf("\033[%d;0H\033[32m%6ld\033[0m", 7+serv_sock, serv_sock-3);
 
        long ops = 0;
        while(1) {