Ignore:
Timestamp:
07/13/11 14:55:21 (13 years ago)
Author:
tbretz
Message:
Minor change to some log-output
File:
1 edited

Legend:

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

    r11364 r11373  
    301301        char text[30];
    302302        fits_get_errstatus(status, text);
    303         str << "Inserting row into " << fFileName << ": " << text << " (fits_insert_rows, rc=" << status << ");
     303        str << "Inserting row into " << fFileName << ": " << text << " (fits_insert_rows, rc=" << status << ")";
    304304        fMess->Error(str);
    305305        Close();
Note: See TracChangeset for help on using the changeset viewer.