Author: Armin Rigo <ar...@tunes.org>
Branch: stm
Changeset: r48693:b4212b951b97
Date: 2011-11-03 11:50 +0100
http://bitbucket.org/pypy/pypy/changeset/b4212b951b97/

Log:    Break a line that is definitely too long in the log.

diff --git a/pypy/translator/stm/src_stm/et.c b/pypy/translator/stm/src_stm/et.c
--- a/pypy/translator/stm/src_stm/et.c
+++ b/pypy/translator/stm/src_stm/et.c
@@ -632,7 +632,7 @@
     for (i=0; i<SPINLOOP_REASONS; i++)
       num_spinloops += d->num_spinloops[i];
 
-    p += sprintf(p, "thread %lx: %d commits, %d aborts ",
+    p += sprintf(p, "thread %lx: %d commits, %d aborts\n",
                  d->my_lock_word,
                  d->num_commits,
                  num_aborts);
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to