From 97311fe0f6970b9c791a872d6bd43c390d54859f Mon Sep 17 00:00:00 2001 From: Nikola Pajkovsky Date: Thu, 26 Nov 2009 19:07:05 +0100 Subject: Kerneloops are reported automaticky now when AutoReportUIDs = root is in Kerneloops.conf Signed-off-by: Nikola Pajkovsky --- lib/Utils/parse_release.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/Utils/parse_release.cpp') diff --git a/lib/Utils/parse_release.cpp b/lib/Utils/parse_release.cpp index 33d3edb1..b96cab76 100644 --- a/lib/Utils/parse_release.cpp +++ b/lib/Utils/parse_release.cpp @@ -11,6 +11,7 @@ void parse_release(const char *pRelease, string& pProduct, string& pVersion) { pProduct = "Fedora"; pVersion = "rawhide"; + VERB3 log("%s:Version is '%s' and product is '%s'",__func__, pVersion.c_str(), pProduct.c_str()); return; } if (strstr(pRelease, "Fedora")) @@ -35,4 +36,5 @@ void parse_release(const char *pRelease, string& pProduct, string& pVersion) } space++; } + VERB3 log("%s:Version is '%s' and product is '%s'",__func__, pVersion.c_str(), pProduct.c_str()); } -- cgit