Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit bf28e21

Browse files
committed
Fixed missing newline
1 parent b020e44 commit bf28e21

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎record.c‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
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
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /