Changeset 6359 in ntrip


Ignore:
Timestamp:
Dec 1, 2014, 11:42:58 AM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6358 r6359  
    103103  catch (const char* error) {
    104104    *_log << "ERROR: " << error << endl;
     105  }
     106  catch (Exception& exc) {
     107    *_log << "ERROR: " << exc.what() << endl;
     108  }
     109  catch (...) {
     110    *_log << "ERROR: " << "unknown exception" << endl;
    105111  }
    106112
Note: See TracChangeset for help on using the changeset viewer.