Skip to content

Commit

Permalink
doc: Replace another instance of "PGP" with "OpenPGP"
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-goode committed Dec 5, 2024
1 parent 8cf4aa7 commit 363d48a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libdnf5/repo/repo_pgp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ void RepoPgp::import_key(int fd, const std::string & url) {
auto known_keys = load_keys_ids_from_keyring();
for (auto & key_info : key_infos) {
if (std::find(known_keys.begin(), known_keys.end(), key_info.get_key_id()) != known_keys.end()) {
logger.debug("Pgp key 0x{} for repository {} already imported.", key_info.get_key_id(), config.get_id());
logger.debug(
"OpenPGP key 0x{} for repository {} already imported.", key_info.get_key_id(), config.get_id());
continue;
}

Expand Down

0 comments on commit 363d48a

Please sign in to comment.