summaryrefslogtreecommitdiff
path: root/obnamlib/plugins/restore_plugin.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-12-28 21:06:53 +0200
committerLars Wirzenius <liw@liw.fi>2014-12-28 21:06:53 +0200
commitb7db5f2717130d8c1eba0242132b793110e5515b (patch)
treecfcf90bebd35556f7985c6b70080aa6ef50bc331 /obnamlib/plugins/restore_plugin.py
parent62315bb4a76de48f05f1ce179df0bb5cf9258a9e (diff)
downloadobnam-b7db5f2717130d8c1eba0242132b793110e5515b.tar.gz
Add longer messages for some errors
Diffstat (limited to 'obnamlib/plugins/restore_plugin.py')
-rw-r--r--obnamlib/plugins/restore_plugin.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/obnamlib/plugins/restore_plugin.py b/obnamlib/plugins/restore_plugin.py
index 0eb580ab..5b055743 100644
--- a/obnamlib/plugins/restore_plugin.py
+++ b/obnamlib/plugins/restore_plugin.py
@@ -31,7 +31,11 @@ class WrongNumberOfGenerationSettingsError(obnamlib.ObnamError):
class RestoreErrors(obnamlib.ObnamError):
- msg = 'There were errors when restoring'
+ msg = '''There were errors when restoring
+
+ See previous error messages for details.
+
+ '''
class Hardlinks(object):