Skip to content

Commit

Permalink
こっちのレベルも上げる
Browse files Browse the repository at this point in the history
  • Loading branch information
melpon committed Oct 20, 2024
1 parent 6ec1917 commit 498abfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cattleshed/src/cattleshed_server.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ class GetVersionHandler
{
auto c = wandbox::piped_spawn(wandbox::opendir("/"),
current_.version_command);
SPDLOG_DEBUG("[0x{}] run [{}]", (void*)this,
boost::algorithm::join(current_.version_command, " "));
SPDLOG_INFO("[0x{}] run [{}]", (void*)this,
boost::algorithm::join(current_.version_command, " "));
child_ = std::make_shared<wandbox::unique_child_pid>(std::move(c.pid));
pipe_stdout_ = std::make_shared<boost::asio::posix::stream_descriptor>(
*ioc_, c.fd_stdout.get());
Expand Down

0 comments on commit 498abfc

Please sign in to comment.