Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions libkineto/src/IpcFabricConfigClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ std::string IpcFabricConfigClient::getLibkinetoOndemandConfig(int32_t type) {

try {
if (!fabricManager_->sync_send(*msg, std::string(kDynoIpcName))) {
LOG(ERROR) << "Failed to send config type=" << type
<< " to dyno: IPC sync_send fail";
VLOG(1) << "Failed to send config type=" << type
<< " to dyno: IPC sync_send fail";
free(req);
req = nullptr;
return "";
Expand Down