diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-30 13:18:42 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-30 13:18:42 +0200 |
commit | 749ae5083c2c663eb10a985bf5c27b99c5247542 (patch) | |
tree | 3b5ea061332737d15e4d9f8ca8f265377886a1a5 /lib/Plugins/Kerneloops.cpp | |
parent | 842d1a6d7ab1fe62c6e9bce6d776b0d73dab0e23 (diff) | |
download | abrt-749ae5083c2c663eb10a985bf5c27b99c5247542.tar.gz abrt-749ae5083c2c663eb10a985bf5c27b99c5247542.tar.xz abrt-749ae5083c2c663eb10a985bf5c27b99c5247542.zip |
English and message format fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'lib/Plugins/Kerneloops.cpp')
-rw-r--r-- | lib/Plugins/Kerneloops.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Plugins/Kerneloops.cpp b/lib/Plugins/Kerneloops.cpp index 69f6a9a5..6fb9cb55 100644 --- a/lib/Plugins/Kerneloops.cpp +++ b/lib/Plugins/Kerneloops.cpp @@ -115,7 +115,7 @@ static unsigned hash_oops_str(const char *oops_ptr) std::string CAnalyzerKerneloops::GetLocalUUID(const char *pDebugDumpDir) { - log(_("Getting local universal unique identification")); + VERB3 log("Getting local universal unique identification"); std::string oops; { |