Changeset 13204 for trunk


Ignore:
Timestamp:
03/23/12 14:26:01 (13 years ago)
Author:
lyard
Message:
added output to see which service creates column warning
File:
1 edited

Legend:

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

    r13193 r13204  
    19241924    const vector<string> dataFormatsLocal = sub.fConv->GetFitsFormat();
    19251925
     1926    ostringstream str;
     1927    str << "Initializing data columns for service " << sub.server << "/" << sub.service;
     1928    Info(str);
    19261929    sub.nightlyFile.InitDataColumns(GetDescription(sub.server, sub.service), dataFormatsLocal, sub.dimInfo->getData(), this);
    19271930    sub.runFile.InitDataColumns(GetDescription(sub.server, sub.service), dataFormatsLocal, sub.dimInfo->getData(), this);
     1931
    19281932    sub.fitsBufferAllocated = true;
    19291933}
Note: See TracChangeset for help on using the changeset viewer.