Commit e8903661 authored by Lucas Russo's avatar Lucas Russo

hal/*/*/fmc130m_4ch/*_defaults.c: fix debug module name

The debug information was mentioning the SWAP SMIO, but this is
the FMC130M_4CH.
parent 0c21de28
......@@ -42,7 +42,7 @@ smio_err_e fmc130m_4ch_config_defaults (char *broker_endp, char *service,
{
(void) log_file_name;
DBE_DEBUG (DBG_SM_IO | DBG_LVL_INFO, "[sm_io:fmc130m_4ch_defaults] Configuring SMIO "
"SWAP with default values ...\n");
"FMC130M_4CH with default values ...\n");
bpm_client_err_e client_err = BPM_CLIENT_SUCCESS;
smio_err_e err = SMIO_SUCCESS;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment