Ignore:
Timestamp:
Oct 14, 2011, 11:53:21 AM (13 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/pymolproxy/pymolproxy.c

    r2628 r2629  
    22022202            if (line != NULL) {
    22032203                Debug("STDOUT>%.*s", nBytes, line);
    2204                 Debug("Done with pymol stdout\n");
    2205                 INFO("EOF on pymol server");
    2206                 goto error;             /* Pymol server died unexpectedly. */
     2204                INFO("Garbage found from pymol server: %.%s", nBytes, line);
    22072205            } else if (nBytes == BUFFER_CONTINUE) {
    2208                 Debug("Done with pymol stdout\n");
    2209                 INFO("Need to read more from Pymol server, repolling.");
     2206                Debug("No data found on pymol stdout\n");
    22102207                continue;
    22112208            } else {
Note: See TracChangeset for help on using the changeset viewer.