mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Follow-up to rev. 6edcf5f
which introduced a build failure
PiperOrigin-RevId: 256961234 Change-Id: I312d054c5d35413b2e6b061ddfa30c80397b19eb
This commit is contained in:
parent
6edcf5f823
commit
2301e05097
|
@ -34,7 +34,7 @@ void LogServer::Run() {
|
|||
severity = logging::ERROR;
|
||||
fatal_string = " FATAL";
|
||||
}
|
||||
logging::LogMessage(msg.path().c_str(), msg.line(), severity);
|
||||
logging::LogMessage log_message(msg.path().c_str(), msg.line(), severity);
|
||||
log_message.stream()
|
||||
<< "(sandboxee " << msg.pid() << fatal_string << "): " << msg.message();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user