Changeset 365 for trunk/src/core/io_event.cc
- Timestamp:
- 05/16/15 17:40:16 (10 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property
svn:global-ignores
set to
vs2012
vs2013
gmake
gmake-clang
-
Property
svn:global-ignores
set to
-
trunk/src/core/io_event.cc
r338 r365 46 46 void nv::log_event( const io_event& e ) 47 47 { 48 NV_LOG ( LOG_INFO, "Event: " <<get_io_event_name( e.type ) );48 NV_LOG_INFO( "Event: ", get_io_event_name( e.type ) ); 49 49 } 50 50
Note: See TracChangeset
for help on using the changeset viewer.