Ignore:
Timestamp:
May 30, 2008, 4:52:11 PM (16 years ago)
Author:
rybkin
Message:

See C.L. 360

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/source/cmt_model.cxx

    r400 r459  
    88#include "cmt_fragment.h"
    99#include "cmt_symbol.h"
     10#include "cmt_log.h"
    1011
    1112/**
     
    199200      if (it._pos != pos)
    200201        {
    201           cerr << "Syntax error: no element name" << endl;
     202          CmtMessage::error ("syntax: no element name");
     203          //      cerr << "Syntax error: no element name" << endl;
    202204          break;
    203205        }
     
    341343          if (it._pos != pos)
    342344            {
    343               cerr << "Syntax error : no attribute before closing the element [" << text.substr (pos) << "]" << endl;
     345              CmtMessage::error ("syntax: no attribute before closing the element [" + text.substr (pos) + "]");
     346              //              cerr << "Syntax error : no attribute before closing the element [" << text.substr (pos) << "]" << endl;
    344347              break;
    345348            }
Note: See TracChangeset for help on using the changeset viewer.