mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
Better persistent state config warning messages (fixes #433).
This commit is contained in:
parent
61aa592db5
commit
ae57cbe5fc
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ bool NameExpr::DoUnserialize(UnserialInfo* info)
|
|||
if ( id )
|
||||
::Ref(id);
|
||||
else
|
||||
reporter->Warning("unserialized unknown global name");
|
||||
reporter->Warning("persistent state config changed: unserialized unknown global name");
|
||||
|
||||
delete [] name;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue