Change the log message to "profile set"
This commit is contained in:
parent
db68880682
commit
01a6eaadf4
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ var (
|
|||
if err != nil {
|
||||
log.Fatal("error from signald: ", err)
|
||||
}
|
||||
log.Println("set profile")
|
||||
log.Println("profile set")
|
||||
},
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue