X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver%2Fsrc%2Fifspec.c;h=6121615d131b4c04af7fb0a0733e12099c26db62;hb=a917f24ef7b003dcef54a3db2644cf9cb4bc2db2;hp=57ae0d09c00b28bf154dc14c630e6a1f14c22d9e;hpb=64e1b29ac22689e16c21cee78f4f2d148cb83d6a;p=util-vserver.git diff --git a/util-vserver/src/ifspec.c b/util-vserver/src/ifspec.c index 57ae0d0..6121615 100644 --- a/util-vserver/src/ifspec.c +++ b/util-vserver/src/ifspec.c @@ -124,7 +124,7 @@ int ifconfig_print ( ret = 0; } else { - perror("ioctl(SIOCGIFADDR)"); + perror("ifspec: ioctl(SIOCGIFADDR)"); } if (maskstr != NULL && maskstr[0] != '\0'){ @@ -142,7 +142,7 @@ int ifconfig_print ( ret = 0; } else { - perror("ioctl(SIOCGIFNETMASK)"); + perror("ifspec: ioctl(SIOCGIFNETMASK)"); } if (bcaststr != NULL && bcaststr[0] != '\0'){