IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 13, 2005, 9:37:58 PM (21 years ago)
Author:
eugene
Message:

pcontrol dev : hosts + jobs running

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pcontrol/GetJobOutput.c

    r3203 r3212  
    2020  /** must have a valid host : if not, move to pending? **/
    2121  host = job[0].host;
    22   status = PclientCommand (host, channel, buffer);
     22  status = PclientCommand (host, channel, PCLIENT_PROMPT, buffer);
    2323
    2424  /* check on success of pclient command */
     
    3737
    3838    case PCLIENT_GOOD:
    39       fprintf (stderr, "message received\n"); 
     39      fprintf (stderr, "message received (GetJobOutput : %s)\n", channel); 
    4040      return (TRUE);
    4141
Note: See TracChangeset for help on using the changeset viewer.