You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2016/01/29 11:51:34 UTC

svn commit: r1727525 - /subversion/trunk/tools/dev/which-error.py

Author: philip
Date: Fri Jan 29 10:51:34 2016
New Revision: 1727525

URL: http://svn.apache.org/viewvc?rev=1727525&view=rev
Log:
* tools/dev/which-error.py
  (print_error): Followup to r1727512, include the code.

Modified:
    subversion/trunk/tools/dev/which-error.py

Modified: subversion/trunk/tools/dev/which-error.py
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/dev/which-error.py?rev=1727525&r1=1727524&r2=1727525&view=diff
==============================================================================
--- subversion/trunk/tools/dev/which-error.py (original)
+++ subversion/trunk/tools/dev/which-error.py Fri Jan 29 10:51:34 2016
@@ -96,7 +96,7 @@ def print_error(code):
     if code == -41:
       print("Sit by a lake.")
     elif code >= 120100 and code < 121000:
-      print('%08d  <error code from libserf; see serf.h>')
+      print('%08d  <error code from libserf; see serf.h>' % (code))
     else:
       print('%08d  *** UNKNOWN ERROR CODE ***' % (code))