Skip to content

Commit

Permalink
log_custom: debug message before setting custom log function
Browse files Browse the repository at this point in the history
(cherry picked from commit 6c36b24)
  • Loading branch information
miconda committed Jun 27, 2016
1 parent e47f912 commit a11ebb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/log_custom/log_custom_mod.c
Expand Up @@ -126,7 +126,7 @@ static int mod_init(void)
}

/**
* @brief Initialize async module children
* @brief Initialize module children
*/
static int child_init(int rank)
{
Expand All @@ -142,6 +142,7 @@ static int child_init(int rank)
return -1;
}
}
LM_DBG("setting udp-send custom logging function\n");
km_log_func_set(&_lc_core_log_udp);
_lc_log_udp = 1;

Expand Down

0 comments on commit a11ebb7

Please sign in to comment.