Skip to content

Commit

Permalink
fix: compiler err
Browse files Browse the repository at this point in the history
  • Loading branch information
jcosentino11 committed Jun 21, 2024
1 parent 2d16651 commit 5edf145
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ CertSubscribeUpdateStatus CertificateUpdater::subscribeToUpdates(
}
} else if (responseType == RPC_ERROR) {
auto error = response.GetRpcError();
LOG_E(CERT_UPDATER_SUBJECT, "Cert updates RPC failure response: %s", error.StatusToString().c_str())
LOG_E(CERT_UPDATER_SUBJECT, "Cert updates RPC failure response: %s", error.StatusToString().c_str());
}
return CertSubscribeUpdateStatus::SUBSCRIBE_ERROR_FAILURE_RESPONSE;
}
Expand Down

0 comments on commit 5edf145

Please sign in to comment.