diff --git a/lib/connectivity/index.js b/lib/connectivity/index.js index 41d5ef7b2..61a26dfed 100644 --- a/lib/connectivity/index.js +++ b/lib/connectivity/index.js @@ -29,7 +29,14 @@ export async function addConnectivity(options) { return; } case 'throttle': { - if (!options.docker) { + if (options.docker) { + if (options.connectivity && options.connectivity.profile) { + log.info( + 'Setting connectivity profile %s', + options.connectivity.profile + ); + } + } else { // The log message is confusing if you run in Docker since // there's nothing you can do about it if (options.connectivity && options.connectivity.profile) {