From 498abfc22418ac7dd07c30d8fe92e2c3906b7e7e Mon Sep 17 00:00:00 2001 From: melpon Date: Mon, 21 Oct 2024 07:29:44 +0900 Subject: [PATCH] =?UTF-8?q?=E3=81=93=E3=81=A3=E3=81=A1=E3=81=AE=E3=83=AC?= =?UTF-8?q?=E3=83=99=E3=83=AB=E3=82=82=E4=B8=8A=E3=81=92=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cattleshed/src/cattleshed_server.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cattleshed/src/cattleshed_server.h b/cattleshed/src/cattleshed_server.h index 3dae963..b1fbb03 100644 --- a/cattleshed/src/cattleshed_server.h +++ b/cattleshed/src/cattleshed_server.h @@ -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(std::move(c.pid)); pipe_stdout_ = std::make_shared( *ioc_, c.fd_stdout.get());