Skip to content

Commit 161ed80

Browse files
committed
changed verbosity
1 parent 08dbe83 commit 161ed80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/requests.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func checkPoisoningIndicators(repResult *reportResult, request reportRequest, su
8282
if len(Config.IgnoreStatus) > 0 {
8383
for _, status := range Config.IgnoreStatus {
8484
if statusCode1 == status || Config.Website.StatusCode == status {
85-
PrintVerbose("Skipped Status Code "+strconv.Itoa(status)+"\n", NoColor, 2)
85+
PrintVerbose("Skipped Status Code "+strconv.Itoa(status)+"\n", Cyan, 1)
8686
_, err := GetWebsite(Config.Website.Url.String(), true, true)
8787
if err != nil {
8888
Print(fmt.Sprintln("Error while checking whether the default status code changed: ", err.Error()), Yellow)

0 commit comments

Comments
 (0)