mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 03:58:20 +00:00
"id" not defined for debug code
"id" not defined for debug code when using -DPROFILE_BRO_FUNCTIONS
This commit is contained in:
parent
21c7642f62
commit
51203d7193
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ int BroFunc::IsPure() const
|
|||
Val* BroFunc::Call(val_list* args, Frame* parent) const
|
||||
{
|
||||
#ifdef PROFILE_BRO_FUNCTIONS
|
||||
DEBUG_MSG("Function: %s\n", id->Name());
|
||||
DEBUG_MSG("Function: %s\n", Name());
|
||||
#endif
|
||||
|
||||
SegmentProfiler(segment_logger, location);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue