Skip to content

Commit 8d7ac4d

Browse files
committed
Make search warnings INFO messages, as now expected
1 parent 6ddbbfb commit 8d7ac4d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Source/astcenc_weight_align.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ static void compute_angular_endpoints_for_quant_levels(
333333
if ((bsi < 0) && print_once)
334334
{
335335
print_once = false;
336-
printf("WARNING: Unable to find full encoding within search error limit\n\n");
336+
printf("INFO: Unable to find full encoding within search error limit\n\n");
337337
}
338338
#endif
339339

@@ -497,7 +497,7 @@ static void compute_angular_endpoints_for_quant_levels_lwc(
497497
if ((bsi < 0) && print_once)
498498
{
499499
print_once = false;
500-
printf("WARNING: Unable to find low weight encoding within search error limit\n\n");
500+
printf("INFO: Unable to find low weight encoding within search error limit\n\n");
501501
}
502502
#endif
503503

0 commit comments

Comments
 (0)