Skip to content
Snippets Groups Projects
Commit 1e0bcbc7 authored by Vivek Das Mohapatra's avatar Vivek Das Mohapatra
Browse files

Tidy the ‘capsule’ category debug output

parent 1575ea01
No related branches found
No related tags found
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
......@@ -216,7 +216,7 @@ dump_link_map( void *dl_handle )
fprintf( stderr, "(dl-handle %s", dl_handle ? "CAPSULE" : "DEFAULT" );
for( struct link_map *m = map; m; m = m->l_next )
fprintf( stderr, "\n [%p] %s [%p]\n",
fprintf( stderr, "\n [%p] %s [%p]",
m->l_prev, m->l_name, m->l_next );
fprintf( stderr, ")\n" );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment