Changeset 8c53171ad94ee9d627dcb2209acd6570af25ab4f

Show
Ignore:
Timestamp:
07/11/09 16:05:14 (14 months ago)
Author:
Nedko Arnaudov <nedko@…>
Children:
2aacbffc4255e2ba9a9963172cfd084bcbce51e3
Parents:
83b11b7d1bf3372b39dfaa35a7dd1624530cd85f
git-committer:
Nedko Arnaudov <nedko@arnaudov.name> / 2009-07-11T16:05:14Z+0300
Message:

disabled print that dumps the child process id

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lv2_ui.c

    r83b11b7 r8c53171  
    376376  FORK_TIME_MEASURE_END(FORK_STR "() time"); 
    377377 
     378  //fprintf(stderr, FORK_STR "()-ed child process: %d\n", ret); 
     379 
    378380  /* fork duplicated the handles, close pipe ends that are used by the child process */ 
    379381  close(pipe1[0]);