Index: git_cl.py |
diff --git a/git_cl.py b/git_cl.py |
index 2922345af842c89d0cf5aa421acc0254ec379a36..9ba9062692ab63168ec0273bf8fa3ea91bf76fd7 100755 |
--- a/git_cl.py |
+++ b/git_cl.py |
@@ -1090,7 +1090,8 @@ def SendUpstream(parser, args, cmd): |
breakpad.SendStack( |
'GitClHooksBypassedCommit', |
'Issue %s/%s bypassed hook when committing' % |
- (cl.GetRietveldServer(), cl.GetIssue())) |
+ (cl.GetRietveldServer(), cl.GetIssue()), |
+ verbose=False) |
description = options.message |
if not description and cl.GetIssue(): |