increase usability of error log output
This commit is contained in:
parent
7253e4b9e2
commit
c22a7c5210
1 changed files with 5 additions and 0 deletions
|
@ -63,6 +63,9 @@ WarningMessage {
|
|||
Text = Sorry - I do not know how to handle this request. If you think, that this is a bug, then you should send the most recent part of the CryptoBox log to info@cryptobox.org.
|
||||
Link.Text = View log
|
||||
Link.Rel = logs
|
||||
Link.Attr1.name = lines
|
||||
Link.Attr1.value = 50
|
||||
|
||||
}
|
||||
|
||||
RuntimeError {
|
||||
|
@ -70,6 +73,8 @@ WarningMessage {
|
|||
Text = We (the developer of the CryptoBox) would like to fix this problem for you and others. Please send the most recent part of the CryptoBox log to info@cryptobox.org. Thanks for your contribution!
|
||||
Link.Text = View log
|
||||
Link.Rel = logs
|
||||
Link.Attr1.name = pattern
|
||||
Link.Attr1.value = ERROR
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue