Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 725866923
  • Loading branch information
ZeekWang authored and copybara-github committed Feb 12, 2025
1 parent 64a576a commit 3c2e1e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1649,7 +1649,7 @@ private void connectToWifi(
argsBuilder.setWifiPsk(pwd);
}
if (!connectivityUtil.connectToWifi(argsBuilder.build(), /* log= */ null)) {
logger.atWarning().log("Failed to connect device %s to SSID '%S'", serial, ssid);
logger.atWarning().log("Failed to connect device %s to SSID '%s'", serial, ssid);
}
}

Expand Down

0 comments on commit 3c2e1e7

Please sign in to comment.