diff options
Diffstat (limited to 'libgpython/include/gpython')
| -rw-r--r-- | libgpython/include/gpython/garbage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgpython/include/gpython/garbage.h b/libgpython/include/gpython/garbage.h index 8a216bc6719..b102b1daaec 100644 --- a/libgpython/include/gpython/garbage.h +++ b/libgpython/include/gpython/garbage.h @@ -49,7 +49,7 @@ extern void gpy_garbage_free_obj( gpy_object_state_t * ); #define gpy_garbage_mark_obj( x ) \ gpy_assert( x ); \ - debug("marking garbage <%p> ref count <%l>!\n", \ + debug("marking garbage <%p> ref count <%i>!\n", \ (void*) x, x->ref_count ); \ gpy_garbage_mark_obj__( x ); |
