Fix spam log message

pull/17874/head
Alex Polcyn 6 years ago
parent ab18421ba2
commit 9442811db2
  1. 4
      src/core/lib/security/credentials/alts/check_gcp_environment_no_op.cc

@ -25,8 +25,8 @@
#include <grpc/support/log.h> #include <grpc/support/log.h>
bool grpc_alts_is_running_on_gcp() { bool grpc_alts_is_running_on_gcp() {
gpr_log(GPR_ERROR, gpr_log(GPR_INFO,
"Platforms other than Linux and Windows are not supported"); "ALTS: Platforms other than Linux and Windows are not supported");
return false; return false;
} }

Loading…
Cancel
Save