From 2726781651d0618868a21f8e06d6685bbe0490e9 Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Wed, 6 May 2020 09:06:01 -0400 Subject: [PATCH] small refactor --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index 9ed7b5c..bd18059 100644 --- a/Program.cs +++ b/Program.cs @@ -567,7 +567,7 @@ namespace SteamGuard Utils.Verbose(loginResult); TimeAligner.AlignTime(); login.TwoFactorCode = account.GenerateSteamGuardCode(); - if (Verbose) Console.Write($"Logging in {username}... "); + Utils.Verbose($"Logging in {username}... "); loginResult = login.DoLogin(); } Console.WriteLine(loginResult);