@ -2,6 +2,7 @@ package main
import (
"fmt"
"log"
"runtime"
"strings"
)
@ -43,3 +44,7 @@ func stacktrace(skip int) string {
return strings.Join(lines, "\n")
}
func warning(f string, args ...interface{}) {
log.Printf("[WARNING] %s", fmt.Sprintf(f, args...))
The note is not visible to the blocked user.