Skip to content

Commit

Permalink
routing-plugin: update libyang API calls to v2
Browse files Browse the repository at this point in the history
Signed-off-by: Juraj Vijtiuk <[email protected]>
  • Loading branch information
jvijtiuk committed Sep 23, 2021
1 parent 7ad3642 commit b988400
Show file tree
Hide file tree
Showing 2 changed files with 184 additions and 122 deletions.
4 changes: 2 additions & 2 deletions src/routing/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ int main(void)

error = sr_plugin_init_cb(session, &private_data);
if (error) {
SRP_LOG_ERRMSG("sr_plugin_init_cb error");
SRP_LOG_ERR("sr_plugin_init_cb error");
goto out;
}

Expand All @@ -51,6 +51,6 @@ int main(void)

static void sigint_handler(__attribute__((unused)) int signum)
{
SRP_LOG_INFMSG("Sigint called, exiting...");
SRP_LOG_INF("Sigint called, exiting...");
exit_application = 1;
}
Loading

0 comments on commit b988400

Please sign in to comment.