Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2872 → Rev 2873

/branches/tracing/uspace/app/sctrace/sctrace.c
343,6 → 343,8
 
printf("Connected to task %d\n", taskid);
 
ipcp_init();
 
rc = get_thread_list();
if (rc < 0) {
printf("Failed to get thread list (error %d)\n", rc);
362,6 → 364,8
debug_end(phoneid);
ipc_hangup(phoneid);
 
ipcp_cleanup();
 
printf("done\n");
return;
}