You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Call bool LogTypeDictionaryWriter::add_entry (LogTypeDictionaryEntry& logtype_entry, logtype_dictionary_id_t& logtype_id)
with an empty string for the value in logtype_entry.
The text was updated successfully, but these errors were encountered:
Bug
When trying to write an empty logtype to the dictionary, an exception is thrown. Empty logtypes should be allowed.
CLP version
e4b7635
Environment
Ubuntu 18.04
Reproduction steps
Call
bool LogTypeDictionaryWriter::add_entry (LogTypeDictionaryEntry& logtype_entry, logtype_dictionary_id_t& logtype_id)
with an empty string for the
value
inlogtype_entry
.The text was updated successfully, but these errors were encountered: