{
if (!parse_template(&object->buf))
{
- TRACE("Template is not correct\n");
+ WARN("Template is not correct\n");
hr = DXFILEERR_BADVALUE;
goto error;
}
{
if (!parse_template(&buf))
{
- TRACE("Template is not correct\n");
+ WARN("Template is not correct\n");
return DXFILEERR_BADVALUE;
}
else
{
if (!parse_template(&This->buf))
{
- TRACE("Template is not correct\n");
+ WARN("Template is not correct\n");
hr = DXFILEERR_BADVALUE;
goto error;
}
if (!parse_object(&This->buf))
{
- TRACE("Object is not correct\n");
+ WARN("Object is not correct\n");
hr = DXFILEERR_PARSEERROR;
goto error;
}