From 5f22badb3297ad80229371d5a1997ac12c690174 Mon Sep 17 00:00:00 2001 From: meganrogge Date: Thu, 1 Feb 2024 10:33:09 -0600 Subject: [PATCH] log info -> trace --- src/vs/platform/terminal/node/terminalProfiles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/platform/terminal/node/terminalProfiles.ts b/src/vs/platform/terminal/node/terminalProfiles.ts index e6bb70145b4..eef82654029 100644 --- a/src/vs/platform/terminal/node/terminalProfiles.ts +++ b/src/vs/platform/terminal/node/terminalProfiles.ts @@ -154,7 +154,7 @@ async function detectAvailableWindowsProfiles( } } catch (e) { if (logIfWslNotInstalled) { - logService?.info('WSL is not installed, so could not detect WSL profiles'); + logService?.trace('WSL is not installed, so could not detect WSL profiles'); logIfWslNotInstalled = false; } }