Skip to content

Commit

Permalink
interfaces-plugin: fix log message
Browse files Browse the repository at this point in the history
  • Loading branch information
zinccyy committed Dec 8, 2022
1 parent 8b276b1 commit ca194f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/src/plugin/startup/store.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ static int interfaces_startup_store_interface(void* priv, const struct lyd_node*
SRPLG_LOG_ERR(PLUGIN_NAME, "Error loading current interface list");
goto error_out;
case srpc_check_status_error:
SRPLG_LOG_ERR(PLUGIN_NAME, "Error loading current interface array");
SRPLG_LOG_ERR(PLUGIN_NAME, "Error loading current interface list");
goto error_out;
case srpc_check_status_non_existant:
SRPLG_LOG_INF(PLUGIN_NAME, "Storing interface array");
Expand Down

0 comments on commit ca194f0

Please sign in to comment.