Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenrong-wang committed Oct 16, 2024
1 parent d13c162 commit bfcd006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hpcopr/cluster_general_funcs.c
Original file line number Diff line number Diff line change
Expand Up @@ -4871,7 +4871,7 @@ int64_t delete_logs(char* cluster_name){
}
else{
printf(GENERAL_BOLD "[ -INFO- ]" RESET_DISPLAY " Removed the log trashbin under %s.\n", NOW_LOG_DIR);
printf("[ **** ] %ld bytes of disk storage freed.\n", file_size);
printf(GENERAL_BOLD "[ **** ] %ld bytes of disk storage freed." RESET_DISPLAY "\n", file_size);
return file_size;
}
}
Expand Down

0 comments on commit bfcd006

Please sign in to comment.