mirror of
https://github.com/aria2/aria2.git
synced 2025-04-06 05:57:36 +03:00
Removed utf8ToNative from log message and exception message.
This commit is contained in:
parent
7368c9c9d8
commit
02307cee0a
25 changed files with 91 additions and 125 deletions
|
@ -77,7 +77,7 @@ void Logger::openFile(const std::string& filename)
|
|||
closeFile();
|
||||
fpp_ = new BufferedFile(filename, BufferedFile::APPEND);
|
||||
if(!fpp_) {
|
||||
throw DL_ABORT_EX(fmt(EX_FILE_OPEN, utf8ToNative(filename).c_str(), "n/a"));
|
||||
throw DL_ABORT_EX(fmt(EX_FILE_OPEN, filename.c_str(), "n/a"));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue