Changeset 6437 in ntrip


Ignore:
Timestamp:
Dec 26, 2014, 10:19:48 AM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/orbComp/sp3Comp.cpp

    r6431 r6437  
    108108  catch (Exception& exc) {
    109109    *_log << "ERROR: " << exc.what() << endl;
     110  }
     111  catch (QString error) {
     112    *_log << "ERROR: " << error << endl;
    110113  }
    111114  catch (...) {
Note: See TracChangeset for help on using the changeset viewer.