Changeset 6631


Ignore:
Timestamp:
Nov 14, 2016 11:30:47 PM (8 years ago)
Author:
ldelgass
Message:

debugging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pymolproxy/trunk/pymolproxy.c

    r6629 r6631  
    20652065    ERROR("pymol (%d) died unexpectedly", stats.pid);
    20662066    pymolIsAlive = FALSE;
    2067     /*DoExit(1);*/
    20682067}
    20692068
     
    22332232    }
    22342233
    2235     DEBUG("attempting to signal (SIGTERM) pymol server.");
     2234    DEBUG("Attempting to signal (SIGTERM) pymol server.");
    22362235    kill(-p->pid, SIGTERM); /* Kill process group */
    22372236    alarm(5);
     
    24812480        }
    24822481    }
     2482    DEBUG("Idle timeout: %ld", idleTimeout);
    24832483
    24842484    frecord = NULL;
Note: See TracChangeset for help on using the changeset viewer.