Skip to content
Snippets Groups Projects
Commit 1f896d2d authored by Loren Shih's avatar Loren Shih
Browse files

EXT-4654 : FolderDictionary assert on importFile

Took out spurious assert; this should be a llwarns instead, and we should be warning when an illegal folder entry is created.
parent 0283837e
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ class LLDictionary : public std::map<Index, Entry *>
return dictionary_iter->first;
}
}
llassert(false);
llwarns << "Lookup on " << name << " failed" << llendl;
return Index(-1);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment