mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Move ODesc to zeek namespace
This commit is contained in:
parent
fdcb2760b2
commit
4e9a5e9d98
53 changed files with 162 additions and 143 deletions
|
@ -1276,7 +1276,7 @@ bool bro_broker::Manager::ProcessLogCreate(broker::zeek::LogCreate lc)
|
|||
|
||||
if ( ! log_mgr->CreateWriterForRemoteLog(stream_id->AsEnumVal(), writer_id->AsEnumVal(), writer_info.release(), num_fields, fields) )
|
||||
{
|
||||
ODesc d;
|
||||
zeek::ODesc d;
|
||||
stream_id->Describe(&d);
|
||||
zeek::reporter->Warning("failed to create remote log stream for %s locally", d.Description());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue