Can not print string16 in wcout on POSIX

pull/3060/head
Cheng Zhao 2015-10-10 17:43:38 +08:00
parent be5f1b09f4
commit df12f181a4
1 changed files with 1 additions and 1 deletions
atom/common/api

View File

@ -41,7 +41,7 @@ void FatalErrorCallback(const char* location, const char* message) {
}
void Log(const base::string16& message) {
std::wcout << message;
std::cout << message;
}
} // namespace