|
@@ -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));
|
|
|
|