Changeset 5786 in ntrip


Ignore:
Timestamp:
Aug 4, 2014, 2:55:33 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppClient.cpp

    r5779 r5786  
    456456    return finish(failure);
    457457  }
     458  catch (const char* msg) {
     459    LOG << msg << endl;
     460    return finish(failure);
     461  }
    458462  catch (...) {
    459463    LOG << "unknown exception" << endl;
Note: See TracChangeset for help on using the changeset viewer.