Correct error in debug statement.

This commit is contained in:
Ron Sluiter
2008-10-15 18:33:33 +00:00
parent 2d7ecc2518
commit 723289ad73
+1 -1
View File
@@ -316,7 +316,7 @@ static RTN_STATUS send_mess(int card, const char *com, char *name)
if (size == 0) return(OK);
cntrl = (struct MicosController *) motor_state[card]->DevicePrivate;
Debug(2, "send_mess: sending message to card %d, message=%s\n", card, buff);
Debug(2, "send_mess: sending message to card %d, message=%s\n", card, com);
cntrl = (struct MicosController *) motor_state[card]->DevicePrivate;
pasynOctetSyncIO->write(cntrl->pasynUser, com, size, COMM_TIMEOUT, &nwrite);