Print a traceback on unknown exceptions
authorIra W. Snyder <devel@irasnyder.com>
Sun, 9 Nov 2008 20:04:23 +0000 (12:04 -0800)
committerIra W. Snyder <devel@irasnyder.com>
Sun, 9 Nov 2008 20:04:23 +0000 (12:04 -0800)
commit0db7e8102731bec67c48426d85c43981aba431aa
treee79165d7cb0159f7be280525a5e0cba7792ff8da
parent78892b0b94926306d65605778bc0b83af0390c77
Print a traceback on unknown exceptions

Unknown exceptions were already handled by the code, but they would not
lead to a traceback, making errors harder to find. Now we add a
traceback to the log to help in tracking them down.

Signed-off-by: Ira W. Snyder <devel@irasnyder.com>
rarslave.py