diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-06-04 07:15:22 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-06-04 07:15:22 +0000 |
commit | 0dd5938f967eedfa2c4ff1290341fecc944d09b5 (patch) | |
tree | 2967f2ca3fa95d50b2dedf7f790fb6454c465a94 | |
parent | Include name of zilla instnace for default print. (diff) | |
download | rbot-bugzilla-0dd5938f967eedfa2c4ff1290341fecc944d09b5.tar.gz rbot-bugzilla-0dd5938f967eedfa2c4ff1290341fecc944d09b5.tar.bz2 rbot-bugzilla-0dd5938f967eedfa2c4ff1290341fecc944d09b5.zip |
Bad backtrace output bit.
-rw-r--r-- | bugzilla.rb | 2 |
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 |