Skip to content

Commit ce0e074

Browse files
authored
Merge pull request #3824 from BsAtHome/fix_hm2_modbus-messages
Fix printing hm2_modbus messages at startup
2 parents 5db9cd9 + 65e2269 commit ce0e074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hal/drivers/mesa-hostmot2/hm2_modbus.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2794,7 +2794,7 @@ int rtapi_app_main(void)
27942794

27952795
// Export the HAL process function
27962796
if((retval = hal_export_functf(process, inst, 1, 0, comp_id, COMP_NAME".%d.process", i)) < 0) {
2797-
MSG_ERR("%s: error: Function export failed\n", inst->name);
2797+
MSG_PRINT("%s: error: Function export failed\n", inst->name);
27982798
goto errout;
27992799
}
28002800

0 commit comments

Comments
 (0)