Ignore:
Timestamp:
Aug 1, 2014, 7:30:44 PM (10 years ago)
Author:
ldelgass
Message:

Remove old (non-threaded) pymolproxy implementation from trunk. Can be restored
to a branch if ever need it again. The trunk version of nanoscale will be
changed to use pymolproxy as the binary name

File:
1 moved

Legend:

Unmodified
Added
Removed
  • pymolproxy/trunk/pymolproxy.c

    r4588 r4592  
    253253        s++;
    254254    }
    255     length = snprintf(message, MSG_LEN, "pymolproxy2 (%d) %s: %s:%d ",
     255    length = snprintf(message, MSG_LEN, "pymolproxy (%d) %s: %s:%d ",
    256256        getpid(), syslogLevels[priority],  s, lineNum);
    257257    length += vsnprintf(message + length, MSG_LEN - length, fmt, lst);
Note: See TracChangeset for help on using the changeset viewer.