Changeset 64 for trunk/src/logger.cc
- Timestamp:
- 05/30/13 20:13:08 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/logger.cc
r48 r64 5 5 #include "nv/logger.hh" 6 6 7 #include "nv/common.hh" 7 8 #include <iostream> 8 9 #include <utility> … … 208 209 { 209 210 // throw if not open 210 throw runtime_error("Could not open file \""+file_name+"\" for logging!" );211 NV_THROW( runtime_error, "Could not open file \""+file_name+"\" for logging!" ); 211 212 } 212 213
Note: See TracChangeset
for help on using the changeset viewer.