summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-30 13:35:01 -0600
committerJeff Carr <[email protected]>2025-01-30 13:35:01 -0600
commit9c7572ca4517bfe28a305fd9fe828326a3e6b216 (patch)
treec77d470e16d30d52f0ce51fc092676ddb0830450 /main.go
parent891017f2f9fe286e5e08e73b920887e6c78c985f (diff)
dump errors that were never tested
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index 6fdaf3e..a85de75 100644
--- a/main.go
+++ b/main.go
@@ -53,6 +53,7 @@ func main() {
}
if argv.Strict {
+ log.Info("Starting --strict mode")
if err := doStrict(check); err != nil {
badExit(check, err)
}