Skip to content

Commit

Permalink
remove build error
Browse files Browse the repository at this point in the history
  • Loading branch information
prasunanand committed Aug 29, 2024
1 parent 4dc4bb2 commit 0652927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/kernelSession.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ func (ks *KernelSession) Send(
log.Println("message is", msg)

if ks.CheckPid && os.Getpid() != ks.Pid {
log.Printf("WARNING: attempted to send message from fork\n%s", msg)
log.Println("WARNING: attempted to send message from fork", msg)
return Message{}
}

Expand Down

0 comments on commit 0652927

Please sign in to comment.