mirror of https://github.com/aria2/aria2
LibUV: Revert unrelated change
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