aboutsummaryrefslogtreecommitdiffstats
path: root/yt
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2024-11-28 12:48:07 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2024-11-28 12:55:39 +0300
commit9687f5941cbaa7e9eca42f50aad6c17369738d31 (patch)
treeb082ba1baa9461a025dfaa82a8e941befb8fd2e1 /yt
parent6f2ad073d3fded737686b078612437fea44ea741 (diff)
downloadydb-9687f5941cbaa7e9eca42f50aad6c17369738d31.tar.gz
Intermediate changes
commit_hash:85286cb0c322ee694af65a9875d8dfe3d580fcf7
Diffstat (limited to 'yt')
-rw-r--r--yt/yt/library/process/process.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/yt/yt/library/process/process.cpp b/yt/yt/library/process/process.cpp
index 07aaa2fa14..406040419a 100644
--- a/yt/yt/library/process/process.cpp
+++ b/yt/yt/library/process/process.cpp
@@ -803,6 +803,8 @@ void TSimpleProcess::DoSpawn()
PollPeriod_);
AsyncWaitExecutor_->Start();
+
+ YT_LOG_INFO("Process spawned (Pid: %v)", ProcessId_);
#else
THROW_ERROR_EXCEPTION("Unsupported platform");
#endif