Skip to content

Commit ae0078e

Browse files
Add trailing LF to debug trace (#3620)
1 parent 8b8aa62 commit ae0078e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/transports/janus_rabbitmq.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ int janus_rabbitmq_connect(void) {
715715

716716
rmq_client->connected = TRUE;
717717

718-
JANUS_LOG(LOG_INFO, "RabbitMQ Connected successfully");
718+
JANUS_LOG(LOG_INFO, "RabbitMQ Connected successfully\n");
719719

720720
return 0;
721721
}

0 commit comments

Comments
 (0)