Skip to content

Commit

Permalink
Tweak vpn enabled message
Browse files Browse the repository at this point in the history
Summary: ^

Reviewed By: samkevich

Differential Revision: D69986385

fbshipit-source-id: 5f5c3e38195e641c2f078e1d41d098e260d62329
  • Loading branch information
ezgicicek authored and facebook-github-bot committed Feb 21, 2025
1 parent f2682e9 commit 8f1e3c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/buck2_client_ctx/src/subscribers/system_warning.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pub(crate) fn low_disk_space_msg(low_disk_space: &LowDiskSpace) -> String {

pub(crate) fn vpn_enabled_msg() -> String {
format!(
"Enabling VPN may significantly impact build speed{}",
"For optimal build speed, consider disconnecting from VPN{}",
if is_open_source() {
""
} else {
Expand Down

0 comments on commit 8f1e3c5

Please sign in to comment.