cleanups
[util-vserver.git] / util-vserver / src / ifspec.c
index 57ae0d0..6121615 100644 (file)
@@ -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'){