renamed MIO_LOG_TARGET_B and MIO_LOG_TARGET_U to MIO_LOG_TARGET_BCSTR and MIO_LOG_TARGET_UCSTR respectively

This commit is contained in:
2021-07-19 19:04:02 +00:00
parent 9c84647015
commit 3803061baf
3 changed files with 85 additions and 16 deletions

View File

@ -226,7 +226,7 @@ void* thr_func (void* arg)
goto oops;
}
mio_setoption (mio, MIO_LOG_TARGET_B, "/dev/stderr");
mio_setoption (mio, MIO_LOG_TARGET_BCSTR, "/dev/stderr");
memset (&htts_bind_info, 0, MIO_SIZEOF(htts_bind_info));
if (g_reuse_port)
@ -589,7 +589,7 @@ int main (int argc, char* argv[])
goto oops;
}
mio_setoption (mio, MIO_LOG_TARGET_B, "/dev/stderr");
mio_setoption (mio, MIO_LOG_TARGET_BCSTR, "/dev/stderr");
g_mio = mio;