- Timestamp:
- Aug 4, 2014, 2:55:33 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/src/PPP/pppClient.cpp ΒΆ
r5779 r5786 456 456 return finish(failure); 457 457 } 458 catch (const char* msg) { 459 LOG << msg << endl; 460 return finish(failure); 461 } 458 462 catch (...) { 459 463 LOG << "unknown exception" << endl;
Note:
See TracChangeset
for help on using the changeset viewer.