Add link to cit bug in the exception for coredumps

Review-Url: https://codereview.chromium.org/2769683002 .
This commit is contained in:
Martin Kustermann 2017-03-22 14:36:20 +01:00
parent 18a0cf2f35
commit b40a9e8608

View file

@ -995,7 +995,8 @@ class WindowsCoreDumpArchiver(BaseCoreDumpArchiver):
0,
winreg.KEY_READ | wowbit) as handle:
raise Exception(
"Found werfault.exe was disabled. Probably by puppet. Too bad")
"Found werfault.exe was disabled. Probably by puppet. Too bad! "
"(For more information see https://crbug.com/691971)")
except OSError:
# If the open did not work the werfault.exe execution setting is as it
# should be.