/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to plugins.d/mandos-client.c

  • Committer: Teddy Hogeborn
  • Date: 2015-07-12 01:07:14 UTC
  • Revision ID: teddy@recompile.se-20150712010714-peiodtm9ay0nbjs2
plugins.d/mandos-client.c (main): See why it failed to bring up interface.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2746
2746
      errno = bring_up_interface(interface, delay);
2747
2747
      if(not interface_was_up){
2748
2748
        if(errno != 0){
2749
 
          perror_plus("Failed to bring up interface");
 
2749
          fprintf_plus(stderr, "Failed to bring up interface \"%s\":"
 
2750
                       " %s\n", interface, strerror(errno));
2750
2751
        } else {
2751
2752
          errno = argz_add(&interfaces_to_take_down,
2752
2753
                           &interfaces_to_take_down_size,