Skip to content

Commit

Permalink
ifreload: make output more informative (bsc#982952)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nirmoy Das committed Jun 10, 2016
1 parent 8ead16f commit 09f5034
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/ifreload.c
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ ni_do_ifreload_direct(int argc, char **argv)
}

if (0 == nmarked && 0 == up_marked.count) {
ni_note("ifreload: no matching interfaces");
ni_note("ifreload: no configuration changes to reload");
status = NI_WICKED_RC_SUCCESS;
goto cleanup;
}
Expand Down Expand Up @@ -646,7 +646,7 @@ ni_do_ifreload_nanny(int argc, char **argv)
}

if (0 == nmarked && 0 == up_marked.count) {
ni_note("ifreload: no matching interfaces");
ni_note("ifreload: no configuration changes to reload");
status = NI_WICKED_RC_SUCCESS;
goto cleanup;
}
Expand Down

0 comments on commit 09f5034

Please sign in to comment.