diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-05-28 14:20:09 +0200 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-05-28 14:20:09 +0200 |
| commit | 012b25107c2b9cbc8d5ed37dd495d380bd74671f (patch) | |
| tree | 58e756f1035ce9d5535c1a414306f84e46c2d498 /lib/MiddleWare/RPM.cpp | |
| parent | 3f914e8ea776aedb460fe0aade02f68c2e9be21d (diff) | |
| parent | 49fe5dd21d832c7a27739f2885b24dfa638b3244 (diff) | |
| download | abrt-012b25107c2b9cbc8d5ed37dd495d380bd74671f.tar.gz abrt-012b25107c2b9cbc8d5ed37dd495d380bd74671f.tar.xz abrt-012b25107c2b9cbc8d5ed37dd495d380bd74671f.zip | |
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'lib/MiddleWare/RPM.cpp')
| -rw-r--r-- | lib/MiddleWare/RPM.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/MiddleWare/RPM.cpp b/lib/MiddleWare/RPM.cpp index 4f2f567..ff41852 100644 --- a/lib/MiddleWare/RPM.cpp +++ b/lib/MiddleWare/RPM.cpp @@ -1,5 +1,5 @@ #include "RPM.h" -#include <iostream> +#include "CommLayerInner.h" CRPM::CRPM() { @@ -20,7 +20,7 @@ void CRPM::LoadOpenGPGPublicKey(const std::string& pFileName) if (pgpReadPkts(pFileName.c_str(), &pkt, &pklen) != PGPARMOR_PUBKEY) { free(pkt); - std::cerr << "CRPM::LoadOpenGPGPublicKey(): Can not load public key " + pFileName << std::endl; + comm_layer_inner_warning("CRPM::LoadOpenGPGPublicKey(): Can not load public key " + pFileName); return; } if (pgpPubkeyFingerprint(pkt, pklen, keyID) == 0) |
