mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Added debug logging for version regex extraction.
Useful for determining which regex strings need improvement.
This commit is contained in:
@@ -427,6 +427,7 @@ namespace loot {
|
||||
//Use the first sub-expression match.
|
||||
version = string(what[1].first, what[1].second);
|
||||
boost::trim(version);
|
||||
BOOST_LOG_TRIVIAL(info) << name << ": " << "Extracted version \"" << version << "\" using regex " << i + 1;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user