mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
Minor log adjustments
This commit is contained in:
@@ -93,7 +93,7 @@ class Google:
|
||||
"""
|
||||
|
||||
gpage = conf.googlePage if conf.googlePage > 1 else 1
|
||||
logger.info("using search result page #%d" % gpage)
|
||||
logger.info("using Google result page #%d" % gpage)
|
||||
|
||||
if not googleDork:
|
||||
return None
|
||||
|
||||
Reference in New Issue
Block a user