Skip to content

Commit

Permalink
fsm: lower printout to debug at if_indextoname() call (bnc#891036)
Browse files Browse the repository at this point in the history
  • Loading branch information
wipawel committed Sep 10, 2014
1 parent 9e51d15 commit 7d9574f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fsm.c
Expand Up @@ -650,7 +650,7 @@ __ni_fsm_dbus_objectpath_to_name(const char *object_path)

ifindex = __ni_fsm_dbus_objectpath_to_ifindex(object_path);
if (!if_indextoname(ifindex, buf)) {
ni_error("unable to get ifname from ifindex=%d", ifindex);
ni_debug_application("unable to get ifname from ifindex=%d", ifindex);
return NULL;
}

Expand Down

0 comments on commit 7d9574f

Please sign in to comment.