Skip to content

Commit

Permalink
Don't pollute rendered AVI file with info messages
Browse files Browse the repository at this point in the history
  • Loading branch information
aufau committed Jan 16, 2018
1 parent 0301bea commit 650a06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/cl_avi.cpp
Expand Up @@ -634,7 +634,7 @@ qboolean CL_CloseAVI( void )

FS_FCloseFile( afd.f );

Com_Printf( "Wrote %d:%d frames to %s\n", afd.numVideoFrames, afd.numAudioFrames, afd.fileName );
Com_DPrintf( "Wrote %d:%d frames to %s\n", afd.numVideoFrames, afd.numAudioFrames, afd.fileName );

return qtrue;
}
Expand Down

0 comments on commit 650a06e

Please sign in to comment.