From 06db214cfa4a08f079712dba6e5480c782117fe2 Mon Sep 17 00:00:00 2001 From: soyoo Date: Fri, 18 Oct 2024 14:30:45 +0800 Subject: [PATCH] A mistake in client_goose_control.c debug information it may be mean a wrong size. --- src/iec61850/client/client_goose_control.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/iec61850/client/client_goose_control.c b/src/iec61850/client/client_goose_control.c index 3a31b687..72962274 100644 --- a/src/iec61850/client/client_goose_control.c +++ b/src/iec61850/client/client_goose_control.c @@ -210,7 +210,7 @@ ClientGooseControlBlock_getDstAddress(ClientGooseControlBlock self) 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; }