Skip to content

Commit

Permalink
interfaces-plugin: update log message
Browse files Browse the repository at this point in the history
  • Loading branch information
zinccyy committed Oct 8, 2022
1 parent bb39a5e commit 6316095
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ int interfaces_interface_ipv4_address_change_ip(void* priv, sr_session_ctx_t* se
break;
case SR_OP_MODIFIED:
// should be impossible - address IP can only be created and deleted
SRPLG_LOG_ERR(PLUGIN_NAME, "Unsuported operation MODIFY for ietf-ip:ipv4/address/ip");
SRPLG_LOG_ERR(PLUGIN_NAME, "Unsuported operation MODIFY for interface IPv4 address IP leaf");
goto error_out;
break;
case SR_OP_DELETED:
Expand Down

0 comments on commit 6316095

Please sign in to comment.