Change the log message to "profile set"

This commit is contained in:
Bohdan Horbeshko 2021-08-26 23:52:02 +03:00
parent db68880682
commit 01a6eaadf4

View file

@ -54,7 +54,7 @@ var (
if err != nil {
log.Fatal("error from signald: ", err)
}
log.Println("set profile")
log.Println("profile set")
},
}
)