Skip to content

Commit

Permalink
chore: pull helio
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Gershman <[email protected]>
  • Loading branch information
romange committed Dec 10, 2024
1 parent 965d94f commit ad3e037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/server/main_service.cc
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ Service::Service(ProactorPool* pp)

#ifdef PRINT_STACKTRACES_ON_SIGNAL
LOG(INFO) << "PRINT STACKTRACES REGISTERED";
pp_.GetNextProactor()->RegisterSignal({SIGUSR1}, [this](int signal) {
ProactorBase::RegisterSignal({SIGUSR1}, pp_.GetNextProactor(), [this](int signal) {
LOG(INFO) << "Received " << strsignal(signal);
base::SetVLogLevel("uring_proactor", 2);

Expand Down

0 comments on commit ad3e037

Please sign in to comment.