Skip to content
Snippets Groups Projects
Commit 2fbbb9bd authored by Yang Gao's avatar Yang Gao
Browse files

copy and paste does not work

parent 94e296c3
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,8 @@ std::unique_ptr<Credentials> ServiceAccountCredentials(
std::chrono::seconds token_lifetime) {
if (token_lifetime.count() <= 0) {
gpr_log(GPR_ERROR,
"Trying to create JWTCredentials with non-positive lifetime");
"Trying to create ServiceAccountCredentials "
"with non-positive lifetime");
return WrapCredentials(nullptr);
}
gpr_timespec lifetime = gpr_time_from_seconds(token_lifetime.count());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment