Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c1c2b4f8 authored by Christopher Ferris's avatar Christopher Ferris Committed by Gerrit Code Review
Browse files

Merge "Modify missing output fd message."

parents a896241e 64a92413
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -448,8 +448,10 @@ static void crash_completed(borrowed_fd sockfd, std::unique_ptr<Crash> crash) {
    return;
  }

  if (crash->output.text.fd < 0) {
    if (crash->output.text.fd == -1) {
    LOG(WARNING) << "missing output fd";
      LOG(WARNING) << "skipping tombstone file creation due to intercept";
    }
    return;
  }