libobs: Remove extra space in output reconnect log message

It has been bothering me to no end.
This commit is contained in:
tt2468 2023-01-15 22:59:59 -08:00
parent 24e9f82f87
commit 78d31322b2

View file

@ -2417,7 +2417,7 @@ static void output_reconnect(struct obs_output *output)
blog(LOG_WARNING, "Failed to create reconnect thread");
os_atomic_set_bool(&output->reconnecting, false);
} else {
blog(LOG_INFO, "Output '%s': Reconnecting in %.02f seconds..",
blog(LOG_INFO, "Output '%s': Reconnecting in %.02f seconds..",
output->context.name,
(float)(output->reconnect_retry_cur_msec / 1000.0));