mirror of
https://github.com/aria2/aria2.git
synced 2025-01-08 19:11:47 +00:00
LibUV: Revert unrelated change
This commit is contained in:
parent
e700ebd3e9
commit
a1a3e21f73
@ -240,7 +240,7 @@ void OptionParser::parse(Option& option, std::istream& is) const
|
||||
if(handler) {
|
||||
handler->parse(option, std::string(nv.second.first, nv.second.second));
|
||||
} else {
|
||||
//A2_LOG_WARN(fmt("Unknown option: %s", line.c_str()));
|
||||
A2_LOG_WARN(fmt("Unknown option: %s", line.c_str()));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user