logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

function::warn - Send a line to the warning stream

Arguments

msg
           The formatted message string

Description

       This function sends a warning message immediately to staprun. It is also sent over the bulk transport
       (relayfs) if it is being used. If the last characater is not a newline, the one is added.

Name

       function::warn - Send a line to the warning stream

See Also

tapset::logging(3stap)

SystemTap Tapset Reference                         April 2024                              FUNCTION::WARN(3stap)

Synopsis

           warn(msg:string)

See Also