Change name of option from log-rtp-keys to log-srtp-keys

Co-Authored-By: TorPetterson <32388321+TorPetterson@users.noreply.github.com>
pull/653/head
Richard Fuchs 7 years ago committed by GitHub
parent 04e20f0f5d
commit 0496c595b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -362,7 +362,7 @@ static void options(int *argc, char ***argv) {
{ "priority", 0, 0, G_OPTION_ARG_INT, &rtpe_config.priority, "Thread scheduling priority", "INT" },
{ "idle-scheduling",0, 0,G_OPTION_ARG_STRING, &rtpe_config.idle_scheduling,"Idle thread scheduling policy", "default|none|fifo|rr|other|batch|idle" },
{ "idle-priority",0, 0, G_OPTION_ARG_INT, &rtpe_config.idle_priority,"Idle thread scheduling priority", "INT" },
{ "log-rtp-keys",'F', 0, G_OPTION_ARG_NONE, &rtpe_config.log_keys, "Log rtp keys", NULL },
{ "log-srtp-keys",'F', 0, G_OPTION_ARG_NONE, &rtpe_config.log_keys, "Log SRTP keys", NULL },
{ NULL, }
};

Loading…
Cancel
Save