Commit d080003d authored by claes's avatar claes

Fix in error message

parent 19249158
/*
* Proview $Id: rt_plc_dirlink.c,v 1.4 2005-12-20 11:54:52 claes Exp $
* Proview $Id: rt_plc_dirlink.c,v 1.5 2007-11-21 08:23: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(%s), %m", cdh_ObjidToString(NULL, la->AttrRef.Objid, 0), sts);
errh_Error("plc_RefObjidAttr(oid:%s,aname:%s) , %m", cdh_ObjidToString(NULL, la->AttrRef.Objid, 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