We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfcd006 commit 6cc7c01Copy full SHA for 6cc7c01
hpcopr/cluster_general_funcs.c
@@ -4871,7 +4871,7 @@ int64_t delete_logs(char* cluster_name){
4871
}
4872
else{
4873
printf(GENERAL_BOLD "[ -INFO- ]" RESET_DISPLAY " Removed the log trashbin under %s.\n", NOW_LOG_DIR);
4874
- printf(GENERAL_BOLD "[ **** ] %ld bytes of disk storage freed." RESET_DISPLAY "\n", file_size);
+ printf("[ **** ] %ld bytes of disk storage freed.\n", file_size);
4875
return file_size;
4876
4877
0 commit comments