Skip to content

Commit c4bba02

Browse files
committed
Change print_debug
1 parent f97cd97 commit c4bba02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/msu_finder.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -725,10 +725,10 @@ def run
725725

726726
case args[:search_engine]
727727
when :technet
728-
print_debug("Searching advisories for #{keyword} via Technet")
728+
print_debug("Searching advisories that include #{keyword} via Technet")
729729
msb_numbers = technet_search(keyword)
730730
when :google
731-
print_debug("Searching advisories for #{keyword} via Google")
731+
print_debug("Searching advisories that include #{keyword} via Google")
732732
msb_numbers = google_search(keyword, api_key, cx)
733733
end
734734

0 commit comments

Comments
 (0)