Skip to content

Commit

Permalink
usrloc: export the ka_logmsg parameter
Browse files Browse the repository at this point in the history
- GH #2440
  • Loading branch information
miconda committed Aug 17, 2020
1 parent 40ecbb1 commit d74ab36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/usrloc/usrloc_mod.c
Expand Up @@ -259,6 +259,7 @@ static param_export_t params[] = {
{"ka_method", PARAM_STR, &ul_ka_method},
{"ka_filter", PARAM_INT, &ul_ka_filter},
{"ka_loglevel", PARAM_INT, &ul_ka_loglevel},
{"ka_logmsg", PARAM_STR, &ul_ka_logmsg},
{0, 0, 0}
};

Expand Down

0 comments on commit d74ab36

Please sign in to comment.