From d1c62702cc33931afb522ff902e2ca6751d9d83b Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 6 Apr 2012 18:06:52 +0200 Subject: [PATCH] Remove warning which was shown on the build systems. --- python/pakfire/distro.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/pakfire/distro.py b/python/pakfire/distro.py index b6a1c849f..832858cfe 100644 --- a/python/pakfire/distro.py +++ b/python/pakfire/distro.py @@ -50,7 +50,6 @@ class Distribution(object): filename = os.path.join(self.pakfire.path, "etc", "os-release") if not os.path.exists(filename): - log.warning(_("Could not read %s.") % filename) return keymap = { -- 2.39.5