Author: Armin Rigo <[email protected]>
Branch: c7-fork
Changeset: r1076:62a1be4e540f
Date: 2014-03-19 09:17 +0100
http://bitbucket.org/pypy/stmgc/changeset/62a1be4e540f/
Log: Re-hide these printfs
diff --git a/c7/stm/forksupport.c b/c7/stm/forksupport.c
--- a/c7/stm/forksupport.c
+++ b/c7/stm/forksupport.c
@@ -142,8 +142,8 @@
fork_was_in_transaction = was_in_transaction;
assert(_has_mutex());
- printf("forksupport_prepare: from %p %p\n", fork_this_tl,
- fork_this_tl->creating_pthread[0]);
+ dprintf(("forksupport_prepare: from %p %p\n", fork_this_tl,
+ fork_this_tl->creating_pthread[0]));
}
static void forksupport_parent(void)
@@ -151,8 +151,8 @@
if (stm_object_pages == NULL)
return;
- printf("forksupport_parent: continuing to run %p %p\n", fork_this_tl,
- fork_this_tl->creating_pthread[0]);
+ dprintf(("forksupport_parent: continuing to run %p %p\n", fork_this_tl,
+ fork_this_tl->creating_pthread[0]));
assert(_has_mutex());
assert(_is_tl_registered(fork_this_tl));
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit