Skip to content

Commit 6cc7c01

Browse files
committed
minor change
1 parent bfcd006 commit 6cc7c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hpcopr/cluster_general_funcs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4871,7 +4871,7 @@ int64_t delete_logs(char* cluster_name){
48714871
}
48724872
else{
48734873
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);
4874+
printf("[ **** ] %ld bytes of disk storage freed.\n", file_size);
48754875
return file_size;
48764876
}
48774877
}

0 commit comments

Comments
 (0)