Skip to content

Commit

Permalink
Removed unneeded empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
lminiero committed Oct 21, 2022
1 parent 78da5c5 commit 5d55eeb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sdp.c
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,6 @@ int janus_sdp_process_remote(void *ice_handle, janus_sdp *remote_sdp, gboolean r
/* FIXME We should handle this somehow anyway... OpenSSL supports them all */
JANUS_LOG(LOG_WARN, "[%"SCNu64"] Hashing algorithm not the one we expected (sha-256), *NOT* cool\n", handle->handle_id);
}

} else if(!strcasecmp(a->name, "setup")) {
JANUS_LOG(LOG_VERB, "[%"SCNu64"] DTLS setup (local): %s\n", handle->handle_id, a->value);
if(!update) {
Expand Down

0 comments on commit 5d55eeb

Please sign in to comment.