- fixed debug output

pull/143/head
Michael Zillgith 8 years ago
parent 924b4ef5c1
commit c0a91a2a80

@ -2563,8 +2563,6 @@ MmsMapping_setConnectionIndicationHandler(MmsMapping* self, IedConnectionIndicat
self->connectionIndicationHandlerParameter = parameter;
}
static bool
isMemberValueRecursive(MmsValue* container, MmsValue* value)
{
@ -2702,11 +2700,12 @@ MmsMapping_triggerLogging(MmsMapping* self, MmsValue* value, LogInclusionFlag fl
if (lc->logInstance != NULL) {
LogInstance_logSingleData(lc->logInstance, dataRef, value, reasonCode);
}
else
printf("No log instance available!\n");
else {
if (DEBUG_IED_SERVER)
printf("IED_SERVER: No log instance available!\n");
}
}
}
}
}

Loading…
Cancel
Save