@@ -32,7 +32,7 @@ func main() {
if *debug {
log.SetFlags(log.Lmicroseconds | log.Lshortfile)
logFile, err := os.Create("main.log")
logFile, err := os.Create("cln.log")
if err != nil {
log.Printf("Error creating log file: %v", err)
os.Exit(1)
The note is not visible to the blocked user.