Fixed % in URL

This commit is contained in:
Martin Pulec
2020-11-03 08:48:16 +01:00
parent 3698bd7547
commit bda23ce4df

View File

@@ -271,7 +271,7 @@ void rtp_video_rxtx::display_buf_increase_warning(int size)
log_msg(LOG_LEVEL_VERBOSE, "\n***\n"
"Unable to set buffer size to %d B.\n"
#if defined WIN32
"See https://github.com/CESNET/UltraGrid/wiki/Extending-Network-Buffers-%28Windows%29 for details.\n",
"See https://github.com/CESNET/UltraGrid/wiki/Extending-Network-Buffers-%%28Windows%%29 for details.\n",
#else
"Please set net.core.rmem_max value to %d or greater. (see also\n"
"https://github.com/CESNET/UltraGrid/wiki/OS-Setup-UltraGrid)\n"