touched up user-defined signal handling

This commit is contained in:
hyunghwan.chung
2019-09-18 08:24:05 +00:00
parent 3db6820932
commit e1e577ec22
3 changed files with 29 additions and 29 deletions

View File

@ -613,7 +613,7 @@ static void dump_process_info (moo_t* moo, moo_bitmask_t log_mask)
{
moo_ooi_t io_handle;
MOO_LOG0 (moo, log_mask, "> IO Semaphores:");
MOO_LOG0 (moo, log_mask, "> IO semaphores:");
for (io_handle = 0; io_handle < moo->sem_io_map_capa; io_handle++)
{
moo_ooi_t index;