Risk: Low
Visibility: Fix up the reason field associated with server-side
group failures.

The existing code for logging group failures on the server-side just
uses the traceback as the reason field. This is pretty much completely
useless, as it results in a reason of
"Traceback (most recent call last): ". Instead, do what the
client-side code already does and first prepend the line with the
actual exception text (so the traceback will only get included as
non-parsed debug output).

Signed-off-by: John Admanski <jadmanski@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@1576 592f7852-d20e-0410-864c-8624ca9c26a4
1 file changed