Commit b74a2548 authored by claes's avatar claes

More info in error msg

parent d080003d
/*
* Proview $Id: rt_plc_dirlink.c,v 1.5 2007-11-21 08:23:26 claes Exp $
* Proview $Id: rt_plc_dirlink.c,v 1.6 2007-11-22 08:49:26 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -293,7 +293,7 @@ plc_rtdbref (
sts1 = gdh_ArefDisabled( &la->AttrRef, &disabled);
if ( EVEN(sts1) || !disabled)
errh_Error("plc_RefObjidAttr(oid:%s,aname:%s) , %m", cdh_ObjidToString(NULL, la->AttrRef.Objid, 0), aname, sts);
errh_Error("plc_RefObjidAttr(oid:%s,aname:%s) , %m", cdh_ArefToString(NULL, &la->AttrRef, 0), aname, sts);
GUARD_DL( la->Pointer, la->Size );
continue;
}
......
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