Ignore:
Timestamp:
05/16/15 17:40:16 (10 years ago)
Author:
epyon
Message:
  • overhaul of logging: no longer stream operated no longer using STL no memory allocation shorthand macros fast file and console I/O
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:global-ignores set to
      vs2012
      vs2013
      gmake
      gmake-clang
  • trunk/src/sdl/sdl_window_manager.cc

    r336 r365  
    1919        if ( SDL_Init(0) < 0 )
    2020        {
    21                 NV_LOG( LOG_CRITICAL, "SDL initialization failed: " << SDL_GetError( ) );
     21                NV_LOG_CRITICAL( "SDL initialization failed: ", SDL_GetError( ) );
    2222                return; // TODO: Error report
    2323        }
Note: See TracChangeset for help on using the changeset viewer.