mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 01:40:28 +00:00
Fixed % in URL
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user