Skip to content
Commit 3a08d962 authored by Peter Mitsis's avatar Peter Mitsis Committed by Carles Cufí
Browse files

logging: Change Z_LOG_MSG_STACK_CREATE() variable



"flags" is a common variable name and is more likely to be passed
to LOG_DBG() or LOG_ERR() as a parameter. Changing the name of
the local variable created in Z_LOG_MSG_STACK_CREATE() from "flags"
to "_options" make it less likely that someone will pass a parameter
of that name to LOG_DBG() or LOG_ERR() and have that passed value
occluded by the variable created in Z_LOG_MSG_STACK_CREATE.

Signed-off-by: default avatarPeter Mitsis <peter.mitsis@intel.com>
parent 6bbadb60
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment