diff --git a/starcheck/src/starcheck.pl b/starcheck/src/starcheck.pl index b5bd9ce6..7e9a2bdb 100755 --- a/starcheck/src/starcheck.pl +++ b/starcheck/src/starcheck.pl @@ -503,10 +503,10 @@ if (defined $obs{$oflsid}->{ok_no_starcat}){ my $ofls_string = $obs{$oflsid}->{ok_no_starcat}; push @{$obs{$oflsid}->{fyi}}, - sprintf(">> INFO : No Guide Star Summary for obsid $obsid ($oflsid). OK for '$ofls_string' ER. \n"); + sprintf("No Guide Star Summary for obsid $obsid ($oflsid). OK for '$ofls_string' ER. \n"); next HAS_GUIDE; } - push @{$obs{$oflsid}->{warn}}, sprintf(">> WARNING: No Guide Star Summary for obsid $obsid ($oflsid). \n"); + push @{$obs{$oflsid}->{warn}}, sprintf("No Guide Star Summary for obsid $obsid ($oflsid). \n"); } }