mirror of
https://github.com/bitwarden/server.git
synced 2025-05-12 23:22:18 -05:00
re-add error log for installation id
This commit is contained in:
parent
e2da4cc541
commit
50e2db716d
@ -312,6 +312,9 @@ public class Program
|
||||
}
|
||||
catch
|
||||
{
|
||||
Console.WriteLine(
|
||||
$"Unable to validate installation id. Problem contacting Bitwarden {cloudRegion.ToString()} server.\nError: {ex.Message}"
|
||||
);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user