Skip to content

Commit 96ee580

Browse files
committed
changes to cli for code context hash
1 parent c862b4d commit 96ee580

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codeflash/discovery/functions_to_optimize.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,7 @@ def check_optimization_status(
509509
remaining_count += 1
510510
else:
511511
if random.random() < REPEAT_OPTIMIZATION_PROBABILITY:
512+
logger.info(f"Attempting more optimization on {path_key}")
512513
filtered_functions[file_path].append(func)
513514
remaining_count += 1
514515

0 commit comments

Comments
 (0)