This commit is contained in:
sushen339
2025-11-18 17:45:31 +08:00
parent aea4d9d71b
commit b3d4706324
2 changed files with 3 additions and 3 deletions
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -66,7 +66,7 @@ void show_active_bans(void) {
snprintf(time_str, sizeof(time_str), "%llds", s);
}
printf("%-20s %s\n", ip, time_str);
printf(" - %-20s %s\n", ip, time_str);
count++;
}
}