Skip to content

Commit

Permalink
baslig showAlert.
Browse files Browse the repository at this point in the history
  • Loading branch information
udhos committed May 30, 2020
1 parent 133977a commit 19ae7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baslib/lib.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func Begin() {
}
if showAlert {
log.Printf("baslib: version %s runtime %s GOMAXPROC=%d", baslibVersion, runtime.Version(), runtime.GOMAXPROCS(0))
log.Printf("baslib: %s=%s", envAlert, envAlertValue)
log.Printf("baslib: %s=%s showAlert=%v", envAlert, envAlertValue, showAlert)
log.Printf("baslib: env var %s is empty, set it to non-empty to disable alerts", envAlert)
}
}
Expand Down

0 comments on commit 19ae7bd

Please sign in to comment.