mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Fix constant name in log message
PiperOrigin-RevId: 384187707 Change-Id: I3d322f6d00fa63fc7a2b33f8c7844c4291e4fef1
This commit is contained in:
parent
a290ffc8bc
commit
372b8e2696
|
@ -120,7 +120,7 @@ void StopProcess(pid_t pid, int signo) {
|
||||||
LOG(WARNING) << "Process " << pid
|
LOG(WARNING) << "Process " << pid
|
||||||
<< " died while trying to PTRACE_LISTEN it";
|
<< " died while trying to PTRACE_LISTEN it";
|
||||||
} else {
|
} else {
|
||||||
PLOG(ERROR) << "ptrace(PTRACE_CONT, pid=" << pid << ", sig=" << signo
|
PLOG(ERROR) << "ptrace(PTRACE_LISTEN, pid=" << pid << ", sig=" << signo
|
||||||
<< ")";
|
<< ")";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user