IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10626


Ignore:
Timestamp:
Dec 11, 2006, 1:46:33 PM (19 years ago)
Author:
eugene
Message:

more verbose on missing PID

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pantasks/ControllerOps.c

    r8548 r10626  
    209209  if (p == NULL) {
    210210    gprint (GP_ERR, "missing PID in pcontrol message : programming error\n");
     211    gprint (GP_ERR, "ControllerCommand returns: %d\n", status);
     212    gprint (GP_ERR, "ControllerCommand response: %s\n", buffer.buffer);
    211213    exit (1);
    212214  }
Note: See TracChangeset for help on using the changeset viewer.