Commit acb1aebe authored by Claes Sjofors's avatar Claes Sjofors

IO erroneous error message removed for ChanDi

parent ad5d08cd
......@@ -498,7 +498,7 @@ pwr_tStatus io_init_di_signals(
errh_Error("IO init: Signal SigChanCon error '%s'", buf);
}
else {
if ( class == pwr_cClass_Di) {
if ( class == pwr_cClass_ChanDi) {
if ( cdh_ObjidIsNotNull( chan_op->SigChanCon.Objid)) {
pwr_tAName oldsig;
sts = gdh_AttrrefToName( &chan_op->SigChanCon, oldsig, sizeof(oldsig), cdh_mNName);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment