Added docstrings.

This commit is contained in:
Jeremy Fincher 2003-10-04 11:43:57 +00:00
parent 5b5f8a1d2b
commit c1a2f1b454

View File

@ -149,6 +149,7 @@ def recoverableError(msg):
_errorfd.flush()
def unrecoverableError(msg):
"""Logs some error message and then exits."""
recoverableError(msg)
exit(-1)