Can not print string16 in wcout on POSIX
This commit is contained in:
parent
be5f1b09f4
commit
df12f181a4
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ void FatalErrorCallback(const char* location, const char* message) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void Log(const base::string16& message) {
|
void Log(const base::string16& message) {
|
||||||
std::wcout << message;
|
std::cout << message;
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
Loading…
Reference in a new issue