Loading libprocessgroup/task_profiles.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -215,6 +215,9 @@ bool SetAttributeAction::ExecuteForTask(int tid) const { return false; } } // The PLOG() statement below uses the error code stored in `errno` by // WriteStringToFile() because access() only overwrites `errno` if it fails // and because this code is only reached if the access() function returns 0. PLOG(ERROR) << "Failed to write '" << value_ << "' to " << path; return false; } Loading Loading
libprocessgroup/task_profiles.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -215,6 +215,9 @@ bool SetAttributeAction::ExecuteForTask(int tid) const { return false; } } // The PLOG() statement below uses the error code stored in `errno` by // WriteStringToFile() because access() only overwrites `errno` if it fails // and because this code is only reached if the access() function returns 0. PLOG(ERROR) << "Failed to write '" << value_ << "' to " << path; return false; } Loading