Changeset 19428 for trunk


Ignore:
Timestamp:
01/25/19 11:34:40 (6 years ago)
Author:
tbretz
Message:
Output the broken XML
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/gcn.cc

    r18780 r19428  
    319319        {
    320320            Warn("Parsing of xml failed [0].");
     321            Out() << "------------------------------------------------------\n";
     322            Out() << fRxData.data() << '\n';
     323            Out() << "------------------------------------------------------" << endl;
    321324            PostClose(false);
    322325            return;
Note: See TracChangeset for help on using the changeset viewer.