A mistake in client_goose_control.c debug information

it may be mean a wrong size.
pull/529/head
soyoo 10 months ago committed by GitHub
parent 519b0208cc
commit 06db214cfa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -210,7 +210,7 @@ ClientGooseControlBlock_getDstAddress(ClientGooseControlBlock self)
if (MmsValue_getArraySize(self->dstAddress) != 4) if (MmsValue_getArraySize(self->dstAddress) != 4)
{ {
if (DEBUG_IED_CLIENT) printf("IED_CLIENT: GoCB - addr has wrong type\n"); if (DEBUG_IED_CLIENT) printf("IED_CLIENT: GoCB - addr has wrong size\n");
goto exit_error; goto exit_error;
} }

Loading…
Cancel
Save