]> git.proxmox.com Git - mirror_ifupdown2.git/commitdiff
rework error message
authorRoopa Prabhu <roopa@cumulusnetworks.com>
Sat, 4 Apr 2015 05:33:53 +0000 (22:33 -0700)
committerSam Tannous <stannous@cumulusnetworks.com>
Wed, 3 Jun 2015 17:09:46 +0000 (13:09 -0400)
Testing Done: tested interfaces file with shared dependents
(cherry picked from commit 671535a300f366cf690cf96b6ad667c66db22497)
(cherry picked from commit b2c1cffa2ea6740eceacde57d59449057c6bcb82)

ifupdown2/ifupdown/ifupdownmain.py

index 44a34fe2de6ba3c2129f073e0775ee21874bd2ee..e6e53c6cf86612c62938e8c1a826adabcf978905 100644 (file)
@@ -401,9 +401,9 @@ class ifupdownMain(ifupdownBase):
             if check_depends:
                 common = Set(ifacedlist).intersection(setdlist)
                 if common:
-                    self.logger.error('iface %s and %s '
+                    self.logger.error('misconfig..?. iface %s and %s '
                             %(ifaceobj.name, ifacename) +
-                            'have common dependents %s' %str(list(common)))
+                            'seem to share dependents/ports %s' %str(list(common)))
 
     def preprocess_dependency_list(self, upperifaceobj, dlist, ops):
         """ We go through the dependency list and