File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111 * \note If you want to record both audio and video, you'll have to use
1212 * two different recorders. Any muxing in the same container will have
1313 * to be done in the post-processing phase.
14- *
14+ *
1515 * \ingroup core
1616 * \ref core
1717 */
18-
18+
1919#include <arpa/inet.h>
2020#include <sys/stat.h>
2121#include <errno.h>
@@ -48,10 +48,10 @@ void janus_recorder_init(gboolean tempnames, const char *extension) {
4848 rec_tempname = TRUE;
4949 if (extension == NULL ) {
5050 rec_tempext = g_strdup ("tmp" );
51- JANUS_LOG (LOG_INFO , " -- No extension provided, using default one (tmp)" );
51+ JANUS_LOG (LOG_INFO , " -- No extension provided, using default one (tmp)\n " );
5252 } else {
5353 rec_tempext = g_strdup (extension );
54- JANUS_LOG (LOG_INFO , " -- Using temporary extension .%s" , rec_tempext );
54+ JANUS_LOG (LOG_INFO , " -- Using temporary extension .%s\n " , rec_tempext );
5555 }
5656 }
5757}
You can’t perform that action at this time.
0 commit comments