Skip to content

Commit a82a4d4

Browse files
committed
hal_lib: minor cosmetic fix to a seldom-seen debug message
1 parent cd22b5e commit a82a4d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hal/hal_lib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ int hal_exit(int comp_id)
349349
--ref_cnt;
350350
#ifdef ULAPI
351351
if(ref_cnt == 0) {
352-
rtapi_print_msg(RTAPI_MSG_DBG, "HAL: releasing RTAPI resources");
352+
rtapi_print_msg(RTAPI_MSG_DBG, "HAL: releasing RTAPI resources\n");
353353
/* release RTAPI resources */
354354
rtapi_shmem_delete(lib_mem_id, lib_module_id);
355355
rtapi_exit(lib_module_id);

0 commit comments

Comments
 (0)