From c4bba0269c389bdef83f77d1d6a644c33fc3770e Mon Sep 17 00:00:00 2001 From: wchen-r7 Date: Fri, 2 Oct 2015 12:48:12 -0500 Subject: [PATCH] Change print_debug --- tools/msu_finder.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/msu_finder.rb b/tools/msu_finder.rb index 3427590f19..2365a2ea4d 100755 --- a/tools/msu_finder.rb +++ b/tools/msu_finder.rb @@ -725,10 +725,10 @@ module MicrosoftPatchFinder case args[:search_engine] when :technet - print_debug("Searching advisories for #{keyword} via Technet") + print_debug("Searching advisories that include #{keyword} via Technet") msb_numbers = technet_search(keyword) when :google - print_debug("Searching advisories for #{keyword} via Google") + print_debug("Searching advisories that include #{keyword} via Google") msb_numbers = google_search(keyword, api_key, cx) end