Skip to content

Commit aea4149

Browse files
committed
Update
1 parent 1b14249 commit aea4149

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

src/pb_stub.cc

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1591,15 +1591,13 @@ Stub::ProcessUserModelReadinessRequest(std::unique_ptr<IPCMessage>& ipc_message)
15911591
readiness_payload = readiness_message.data_.get();
15921592
}
15931593
catch (const PythonBackendException& pb_exception) {
1594-
LOG_ERROR
1595-
<< "Failed to process model readiness request: "
1596-
<< pb_exception.what();
1594+
LOG_ERROR << "Failed to process model readiness request: "
1595+
<< pb_exception.what();
15971596
return;
15981597
}
15991598

16001599
if (ipc_message->ResponseMutex() == nullptr) {
1601-
LOG_ERROR
1602-
<< "Failed to process model readiness request";
1600+
LOG_ERROR << "Failed to process model readiness request";
16031601
return;
16041602
}
16051603

0 commit comments

Comments
 (0)