1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-13 07:32:17 -05:00

re-add error log for installation id

This commit is contained in:
tangowithfoxtrot 2025-05-07 14:12:54 -07:00 committed by GitHub
parent e2da4cc541
commit 50e2db716d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -312,6 +312,9 @@ public class Program
} }
catch catch
{ {
Console.WriteLine(
$"Unable to validate installation id. Problem contacting Bitwarden {cloudRegion.ToString()} server.\nError: {ex.Message}"
);
return false; return false;
} }
} }