Commit 8af9b037 authored by dgaudet's avatar dgaudet

fix missing space in a log message


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@586 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent edf68632
......@@ -144,7 +144,7 @@ class DefinedMap(Map):
except ValueError:
try: id = self.name2id_func(id_or_name)
except KeyError:
log.Log.FatalError("Cannot get id for user or group name"
log.Log.FatalError("Cannot get id for user or group name "
+ id_or_name)
return id
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment