Skip to content

Commit 7dd3a67

Browse files
committed
Update log message to include "Proxy" in IP address
1 parent 050334e commit 7dd3a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scraper/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ func main() {
9191
if err != nil {
9292
log.Fatalf("Error checking IP: %v", err)
9393
}
94-
log.Printf("IP: %s", ip)
94+
log.Printf("Proxy IP: %s", ip)
9595
}
9696

9797
// Fetch the review count for the given location ID

0 commit comments

Comments
 (0)