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:
parent
e2da4cc541
commit
50e2db716d
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user