aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-06-04 07:15:22 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2008-06-04 07:15:22 +0000
commit0dd5938f967eedfa2c4ff1290341fecc944d09b5 (patch)
tree2967f2ca3fa95d50b2dedf7f790fb6454c465a94
parentInclude name of zilla instnace for default print. (diff)
downloadrbot-bugzilla-0dd5938f967eedfa2c4ff1290341fecc944d09b5.tar.gz
rbot-bugzilla-0dd5938f967eedfa2c4ff1290341fecc944d09b5.tar.bz2
rbot-bugzilla-0dd5938f967eedfa2c4ff1290341fecc944d09b5.zip
Bad backtrace output bit.
-rw-r--r--bugzilla.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/bugzilla.rb b/bugzilla.rb
index de7533d..e91aa5c 100644
--- a/bugzilla.rb
+++ b/bugzilla.rb
@@ -613,7 +613,7 @@ class BugzillaPlugin < Plugin
m.okay
rescue ::Exception => e
- m.reply e.backtrace
+ m.reply e.message
end
end